#patient-support #patient-support-wrapper{
    background-color:#F4F4F1;
}

#patient-support, #patient-support p {
  font-family: 'Calibri';
}

#patient-support b {
  font-family: 'Calibri-bold';
}

#patient-support .cmp-text {
  padding: 0;
}

#patient-support #hero-wrapper {
  background-image: url('/content/dam/intelligentcontent/brands/sentinelplus/gb/en/images/patient-support/Circles.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px;
}

#patient-support #teal-section {
  padding: 72px 16px 54px;
  background-color: #9BC9CD;
}

#patient-support .teaser {
  margin-bottom: 28px;
}

#patient-support .cmp-teaser__content {
  padding: 0;
  display: flex;
  width: 100%;
  gap: 30px;
  flex-direction: column;
}

#patient-support .cmp-teaser__title {
  margin: 0;
}

#patient-support h1 p {
  color: #193556;
  font-size: clamp(48px,12.8vw,80px);
  font-weight: bold;
  line-height: clamp(38px, 10vw, 72px);
  font-family: 'Calibri-bold';
}

#patient-support .cmp-teaser__description {
  max-width: 612px;
}

#patient-support .cmp-teaser__description p {
  color: #193556;
  font-size: clamp(24px,2.4vw ,34px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 574px;
}

#patient-support #importance, #patient-support #discussion, #patient-support #additional{
  margin: 40px 0 0;
}

#patient-support #importance .azcl-columns__base p, #patient-support #discussion .azcl-columns__base p, #patient-support #additional .azcl-columns__base p {
  color: #193556;
  font-size: clamp(18px,1.9vw ,27px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#patient-support #importance .cmp-video {
  margin: 40px 0;
}

#patient-support #light-blue-button {
  background: #9BC9CD;
  border-radius: 100px;
  padding: 26px 0px;
  display: block;
  text-align: center;
  margin-top: 50px;
}

#patient-support #mid-blue-button {
  background: #467F9D;
  border-radius: 100px;
  padding: 26px 0px;
  display: block;
  max-width: 580px;
  text-align: center;
  margin: 0 auto;
  margin-bottom:72px;
}

#patient-support #additional .title {
  margin-bottom: 53px;
}

#patient-support #additional .cmp-image {
  text-align: right;
}

#patient-support #additional img {
  max-width: 260px;
  margin: 0 auto;
}

#patient-support #additional #additional-row-2 {
  margin-top: 73px;
}

#patient-support #additional #light-blue-button {
  margin-top: 40px;
}

#patient-support #additional #additional-row-2  #light-blue-button {
  margin-top: 20px;
}

#patient-support #dop p {
  font-size: 20px;
  color: #193556;
}


#patient-support h3 {
  font-size: clamp(32px,4.02vw,58px);
  font-style: normal;
  font-weight: 700;
  line-height: clamp(30px,3.86vw,56px);
  margin: 0;
  font-family: 'Calibri-bold';
  color: #193556;
}

#patient-support hr {
  border: none;
  background-color: transparent;
  border-top: 0.5px solid #4F4E4E;
  opacity: 0.4;
}

#patient-support .teaser {
  margin-bottom: 40px;
}

#patient-support #dop{
    padding-top:50px;
}

@media(min-width:1024px) {
  #patient-support .cmp-teaser__content {
    flex-direction: row;
    gap: 80px;
    justify-content: space-between;
  }
  
   #patient-support #importance .azcl-columns__base{
       gap:80px
   }


  #patient-support #hero-wrapper {
    padding: 66px 80px;
  }
  
 #patient-support #teal-section{
     padding:72px 80px 54px;
 }
 #patient-support .teaser {
  margin-bottom: 63px;
}

#patient-support #importance, #patient-support #discussion {
  margin: 56px 0 59px;
}
#patient-support #additional{
    margin-top:56px;
}
#patient-support #importance .cmp-video {
  margin: 58px 0;
}
}

@media(min-width:1440px) {

  #patient-support #hero-wrapper {
    padding: 66px 100px 115px;
  }
  #patient-support #teal-section{
     padding:72px 100px 54px;
 }
 #patient-support #additional{
    margin-top:103px;
}
#patient-support .cmp-teaser__content {
    flex-direction: row;
    gap: 110px;
    justify-content: space-between;
  }
}

