.h2-about {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  background: linear-gradient(90deg, #034ea1 0%, #00b7ac 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  width: min-content;
  white-space: nowrap;
  margin: 0 auto;
}
.our-vision-head {
  padding-top: 80px;
}
.text-content {
  padding: 20px 60px 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}
.text-content-about {
  padding: 25px 60px 0px 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  color: #202124;
}
.pt-aboutus-text {
  padding-top: 30px;
}
.h3-aboutus-text {
  padding: 40px 60px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 5px;
  text-align: center;
  width: max-content;
  margin: 0 auto;
}
.why-mirss {
  padding: 25px 60px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}
.why-mirss p {
  padding: 0px;
}
.why-mirss .vision-list {
  font-size: 20px;
}
.patients p {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  line-height: 24px;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.youtube-carousel {
  padding: 0px 52px;
}
.patient-section {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0px 224px;
}
.aboutus-ytube-main {
  padding-bottom: 110px;
}
.patient-section {
  background-image: radial-gradient(rgba(3, 78, 161, 0.2) 1px, transparent 1px);
  background-size: 10px 10px;
  background-position: center;
}

.patiet-stories .splide__pagination {
  bottom: -100px !important;
}
.patiet-stories .splide__arrows {
  bottom: -90px !important;
}
.testimonial-slider .custom-play-button {
  width: 40px;
  height: 40px;
}
.testimonial-slider .custom-play-button::before {
  border-left: 15px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.testimonials-bg {
  padding-bottom: 150px;
}
.gg-chevron-down {
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.gg-chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 4px;
  top: 2px;
}
.vision-content {
  grid-template-columns: 60% 40%;
  align-items: flex-start;
}
.mission-content {
  grid-template-columns: 1fr;
  align-items: flex-start;
  padding-bottom: 120px;
}

.image-section {
  width: 100%;
}

.image-section img {
  max-width: 100%;
  height: auto;
}
.vision-list {
  padding: 30px 0 20px 30px;
  font-family: "HelveticaNeueThin";
}
.vision-list li {
  padding-bottom: 10px;
}
.h3-vision-text {
  font-size: 32px;
  padding-bottom: 24px;
  line-height: 1.2;
}
.pb-mission {
  padding-bottom: 20px;
}

/* Dynamic Content Styles for CK Editor */
.dynamic-content-aboutus {
  padding: 60px 60px 40px 60px;
}

.dynamic-content-aboutus h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  background: linear-gradient(
    to right,
    rgba(3, 78, 161, 1),
    rgba(0, 183, 172, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: min-content;
  white-space: nowrap;
  margin: 0 auto;
}

.dynamic-content-aboutus h3 {
  padding: 40px 0 5px 0;
  font-size: 36px;
  font-weight: 400;
  background: linear-gradient(
    to right,
    rgba(3, 78, 161, 1),
    rgba(0, 183, 172, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1;
  width: min-content;
  white-space: nowrap;
  margin: 0 auto;
}

.dynamic-content-aboutus p {
  padding: 25px 0 0 0;
  font-size: 20px;
  font-weight: 300;
  color: #202124;
  line-height: 32px;
}
.dynamic-content-aboutus span {
  color: #034ea1 !important;
}
.dynamic-content-aboutus ul {
  padding: 30px 0 20px 30px;
  font-family: "HelveticaNeueThin";
  font-size: 20px;
  font-weight: 300;
}

.dynamic-content-aboutus ul li {
  padding-bottom: 10px;
}
.dynamic-content-aboutus ul li::marker {
  color: #034ea1;
}
.dynamic-content-aboutus a {
  color: #034ea1;
  text-decoration: none;
  font-weight: 500;
}

.dynamic-content-aboutus a:hover {
  text-decoration: underline;
}

.dynamic-content-aboutus strong,
.dynamic-content-aboutus b {
  color: #034ea1;
}

/* media query starts */
@media (max-width: 768px) {
  .h2-about {
    font-size: 24px;
    line-height: 32px;
    padding-top: 90px;
  }
  .text-content-about {
    padding: 40px 16px 0;
    font-size: 16px;
  }
  .pt-aboutus-text {
    padding-top: 16px;
  }
  .h3-aboutus-text {
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 1;
    width: 60%;
    padding-top: 40px;
    margin: 0 auto;
  }
  .patient-section {
    padding: 0px 16px;
  }
  .aboutus-ytube-main {
    padding-bottom: 40px;
  }
  .section-padding {
    padding: 40px 16px;
  }
  .vision-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-title {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .patients p {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    line-height: 16px;
  }
  .image-content img {
    width: 180px;
    height: 195px;
    margin-top: 40px;
  }
  .image-content {
    margin: 0 auto;
    display: block;
  }
  .text-content {
    padding: 20px 16px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  .vision-list {
    padding: 25px 25px;
  }
  .h3-vision-text {
    font-size: 20px;
    padding-bottom: 24px;
    line-height: 24px;
    font-weight: 300;
  }
  .why-mirss {
    padding: 15px 16px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
  }
  .why-mirss .vision-list {
    font-size: 16px;
  }
  .vision-list {
    padding: 18px 16px;
  }
  .text-content-about {
    padding: 16px 16px 0;
    font-size: 16px;
  }
  .h2-about {
    padding-top: 60px;
  }
  .h3-aboutus-text {
    padding: 20px 30px 10px 30px;
    margin: 0;
  }
  .pb-mission {
    padding-bottom: 0px;
  }

  .dynamic-content-aboutus {
    padding: 60px 16px 0 16px;
  }

  .dynamic-content-aboutus h2 {
    font-size: 24px;
    line-height: 32px;
    padding-top: 0;
  }

  .dynamic-content-aboutus h3 {
    padding: 20px 0 10px 0;
    font-size: 16px;
    line-height: 1;
  }

  .dynamic-content-aboutus p {
    padding: 16px 0 0;
    font-size: 16px;
    line-height: 24px;
  }

  .dynamic-content-aboutus ul {
    padding: 18px 0 18px 24px;
    font-size: 16px;
  }
}
