

/* .lh-26{
  line-height: 26px;
}

.fs-22{
  font-size: 22px;
} */


.box-section .bg-color {
  background-color: #EFEFEF;
}

.box-section .bg-color .heading {
  color: #AF1685;
  margin-bottom: 6px;
}

.box-section .bg-img p {
  color: #ffffff;
}

.box-section.video-section .bg-img {
  /* background-image: url("/assets/images/home/Pedal/Pedal.webp"); */
  background-color: #2A9D8E;
}

.box-section.story-section .bg-img {
  background-image: url("/assets/images/home/PATIENT_Longer/PATIENT_Longer.webp");
}

.ie-browser .box-section.video-section .bg-img {
  background-image: url("/assets/images/home/Pedal/Pedal.png");
}

.ie-browser .box-section.story-section .bg-img {
  background-image: url("/assets/images/home/PATIENT_Longer/PATIENT_Longer.png");
}

.box-section.story-section .bg-img .heading {
  line-height: 23px;
}

.box-section-inner {
  padding: 51.5px 90px 52.5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.box-section-column-content{
  justify-content: start;
}

.box-section-column-content .box-section-inner-icon{
  margin-left: 20px;
}

.story-section .box-section-inner{
  padding: 60.5px 90px 60.5px;
}

.box-section-inner-icon img{
  width: 80px;
}

.box-section-inner .content {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 16px;
}

.box-section-inner .btn {
  line-height: 17px;
}

.box-section-inner .heading {
  font-size: 20px;
  font-weight: 700;
}

.video-section .bg-img .btn {
  margin-top: 43px;
}

.story-section .bg-img .btn {
  margin-top: 30px;
}

.story-section .bg-color .content {
  /* margin-bottom: 33px; */
}

.box-section .container {
  max-width: 128rem;
}

.box-section {
  padding: 0;
}

.box-section.video-section {
  /* margin: 10px 0; */
}

.bg-img {
background-size: cover;
background-position: center;
}

@media only screen and (max-width: 575px) {
  .box-section-inner {
    height: 360px;
    padding: 50px 25px;
    text-align: center;
  }

  .story-section .box-section-inner{
    padding: 50px 25px;
    justify-content: center;
  }

  .box-section-inner.inner-icon-content {
    height: 420px;
    justify-content: center;
  }

  .box-section-column-content .box-section-inner-icon{
    margin-left: 0;
  }


  .box-section-inner .heading {
    line-height: 17px;
    margin-bottom: 8px !important;
  }
  .box-section-inner p {
    /* line-height: 18px; */
  }
  .video-section .bg-img:before {
    background-image: url("/assets/images/home/Pedal/mobile/Pedal.webp") !important;
  }
  .story-section .bg-img:before {
    background-image: url("/assets/images/home/PATIENT_Longer/mobile/PATIENT_Longer.webp") !important;
  }

  .ie-browser .video-section .bg-img:before {
    background-image: url("/assets/images/home/Pedal/mobile/Pedal.png") !important;
  }

  .ie-browser .story-section .bg-img:before {
    background-image: url("/assets/images/home/PATIENT_Longer/mobile/PATIENT_Longer.png") !important;
  }
  
  /* .bg-img {
    background-image: unset !important;
    background-color: #F8F8F8 !important;
    margin-bottom: 25px;
    padding: 0;
  } */
  .bg-img .btn {
    margin-top: 18px !important;
  }
  .bg-img p.heading {
    color: #AF1685;
  }
  /* .bg-img .box-section-inner {
    height: auto;
    padding: 25px;
  } */
  /* .bg-img:before {
    content: '';
    background-image: url("/assets/images/home/PATIENT_Longer/mobile/PATIENT_Longer.webp") !important;
    height: 225px;
    background-size: cover;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
  } */
  .video-section .bg-color {
    /* margin-top: 25px; */
  }
  .bg-color {
    /* margin-bottom: 25px; */
  }
  .video-section {
    margin: 0px !important;
  }

  .box-section-icon-content{
    flex-direction: column;
  }

  .box-section-icon-content p{
    margin-left: 0 !important;
    margin-top: 20px !important;
    max-width: 280px;
  }

  .box-section-icon-content + span .btn-new{
    margin-top: 30px !important;
  }

  .story-section .box-section-column-content{
    flex-direction: column !important;
    align-items: center !important;
  }

  .box-section-column-content .box-section-inner-content{
    order: 2;
  }

  .box-section-column-content p.h2{
    margin-top: 20px !important;
  }

  .story-section{
    margin-bottom: 30px;
  }
  
}