.medone__banner-section{
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: 50% 45%;
  padding-block: 0 80px;
}

.banner__top-col{
  position: relative;
}

.banner__top-col .left--col{
  width: 50%;
  position: absolute;
  left: 0;
}

.banner__top-col .right--col{
  width: 60%;
  padding-top: 50px;
  z-index: 999;
}

.banner--logo{
  max-width: 250px;
  width: 100%;
  margin-bottom: 17px;
}

.banner--logo img{
  width: 100%;
  height: auto;
}

.banner--content .inner--content{
  max-width: 650px;
  width: 100%;
}

.banner--content h2{
  font-size: 80px;
  font-weight: 700;
  font-family: var(--font-p);
  color: #fff;
  line-height: 1;
  margin-block: 0 14px;
}

.banner--content .desc,
.banner--content .desc p{
  font-size: 72px;
  font-weight: 300;
  font-family: var(--font-p);
  color: #fff;
  margin: 0 0 14px 0;
}

.banner--content .desc p:last-child{
  margin: 0;
}

.banner--btn{
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

.banner--btn a{
  display: inline-block;
  background: #020933;
  border-radius: 10px;
  padding: 26px 31px 26px 73px;
  font-size: 36px;
  font-weight: 700;
  font-family: var(--font-p);
  color: #fff;
  text-decoration: none;
  line-height: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}

.banner--btn a:hover{
  background: #fff;
  color: #020933;
}

.banner--btn a:before{
  content: "";
/*   width: 30px; */
  width: 36px;
  height: 30px;
  background: url("https://25371083.fs1.hubspotusercontent-eu1.net/hubfs/25371083/left-arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 30px;
  left: 25px;
}

.banner--btn a:hover:before{
  background: url("https://25371083.fs1.hubspotusercontent-eu1.net/hubfs/25371083/left-dark-arrow.png") no-repeat;
  background-size: cover;
}

.banner__bottom-col{
  margin-top: 257px;
  text-align: center;
}

.banner__bottom-col .bottom--content{
  font-size: 36px;
  font-weight: 400;
  font-family: var(--font-p);
  color: #fff;
  line-height: 1.4;
}

.banner__bottom-col .bottom--content p{
  margin: 0 0 10px 0;
}

.banner__bottom-col .bottom--content p:last-child{
  margin-bottom: 0;
}

@media (max-width: 1024px){
  .banner--content h2{
    font-size: 66px;
  }
  .banner--content .desc, 
  .banner--content .desc p{
    font-size: 52px;
  }
  .banner--btn a{
    font-size: 30px;
  }
  .banner--btn a:before{
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 991px){
  .medone__banner-section{
    padding-block: 0 50px;
  }
  .banner__bottom-col .bottom--content{
    font-size: 28px;
  }
  .banner__bottom-col{
    margin-top: 140px;
  }
  .banner--content h2{
    font-size: 56px;
  }
  .banner--content .desc,
  .banner--content .desc p{
    font-size: 46px;
  }
}

@media (max-width: 767px){
  .banner__top-col .right--col{
    width: 100%;
    order: 1;
  }
  .banner__top-col .left--col{
    width: 100%;
    position: static;
    order: 3;
  }
  .banner--logo{
    margin: 0 auto 17px;
  }
  .banner--content .inner--content{
    max-width: 100%;
    text-align: center;
  }
  .banner--btn{
    order: 2;
  }
  .banner__bottom-col{
    margin-top: 20px;
  }
  .banner--content h2{
    font-size: 40px;
  }
  .banner--content .desc, 
  .banner--content .desc p{
    font-size: 38px;
  }
  .banner--btn a{
    font-size: 20px;
    padding: 20px 25px 20px 60px;
  }
  .banner--btn a:before{
    width: 18px;
    height: 18px;
    top: 22px;
  }
  .banner__bottom-col .bottom--content {
    font-size: 18px;
  }
}

@media (max-width: 480px){
  .banner--content h2 {
    font-size: 32px;
  }
  .banner--content .desc, 
  .banner--content .desc p{
     font-size: 28px;
  }
}