:root {
  --fallback-font-stack: Helvetica, Arial, serif;
}

.customer-testimonials.testimonialsSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 56px;
  width: 100%;
  /* margin-top: 160px; */
  margin-top: 180px;
}
@media (max-width: 575px) {
  .customer-testimonials.testimonialsSection {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 383px) {
  .customer-testimonials.testimonialsSection {
    row-gap: 50px;
  }
}
.customer-testimonials .testimonialDescription_box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1042.5px;
}
@media (max-width: 991px) {
  .customer-testimonials .testimonialDescription_box {
    align-items: flex-start;
  }
}
.customer-testimonials .testimonialDescription {
  font: 700 40px/1.22 "Instrument Sans", Helvetica, Arial, serif;
  color: black;
  text-align: center;
}
@media (max-width: 991px) {
  .customer-testimonials .testimonialDescription {
    font-size: 36px;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .testimonialDescription {
    font-size: 32px;
  }
}
.customer-testimonials .testimonialDescription_span0 {
  font: 700 1em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
.customer-testimonials .testimonialDescription_span1 {
  font: 1em/1.27 Lora, Helvetica, Arial, serif;
  color: #292929;
}
.customer-testimonials .testimonialDescription_span2 {
  font: italic 600 1.2em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #ffc600;
  font-style: italic;
  letter-spacing: -0.36001px;
}
.customer-testimonials .testimonialDescription_span3 {
  font: 1em/1.27 Lora, Helvetica, Arial, serif;
  color: #292929;
}
.customer-testimonials .testimonialDescription_span4 {
  font: 700 1em/1.23 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  letter-spacing: -0.36001px;
}
.customer-testimonials .testimonialGrid {
  display: grid;
  place-content: center center;
  gap: 56px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 991px) {
  .customer-testimonials .testimonialGrid {
    -moz-column-gap: 32px;
    column-gap: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .customer-testimonials .testimonialGrid {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 383px) {
  .customer-testimonials .testimonialGrid {
    gap: 50px 8px;
  }
}
.customer-testimonials .testimonialCard {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  grid-row: span 1;
  grid-column: span 1;
  width: 100%;
  max-width: 420px;
  height: 100%;
  max-height: 800px;
  background-color: rgba(184, 183, 183, 0.329);
  padding: 32px 32px 31px;
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 575px) {
  .customer-testimonials .testimonialCard {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .testimonialCard {
    width: 100%;
  }
}
@media (max-width: 383px) {
  .customer-testimonials .testimonialCard {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.customer-testimonials .testimonialContentWrapper {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media (max-width: 383px) {
  .customer-testimonials .testimonialContentWrapper {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.customer-testimonials .profileImage {
  width: 56px;
  border-radius: 28px;
  -o-object-fit: cover;
  object-fit: cover;
}
.customer-testimonials .profileInfoWrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin: 4px 0;
  width: 335px;
  min-width: 0;
}
.customer-testimonials .readerName {
  font: 600 20px/1.2 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
}
@media (max-width: 991px) {
  .customer-testimonials .readerName {
    align-items: flex-start;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .readerName {
    font-size: 16px;
  }
}
.customer-testimonials .readerPosition {
  font: 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
}
.customer-testimonials .backgroundImage {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.customer-testimonials .testimonialCard1 {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  grid-row: span 1;
  grid-column: span 1;
  /* width: 471.26px; */
  width: 100%;
  max-width: 420px;
  height: 100%;
  max-height: 800px;
  background-color: rgba(184, 183, 183, 0.329);
  padding: 32px;
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 575px) {
  .customer-testimonials .testimonialCard1 {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .testimonialCard1 {
    width: 100%;
  }
}
@media (max-width: 383px) {
  .customer-testimonials .testimonialCard1 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.customer-testimonials .profileInfoWrapper1 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin: 4px 0;
  /* width: 121px; */
  min-width: 0;
}
.customer-testimonials .readerName1 {
  margin: 0 33px 0 0;
  font: 600 20px/1.2 "Instrument Sans", Helvetica, Arial, serif;
  color: #ffc700;
}
@media (max-width: 991px) {
  .customer-testimonials .readerName1 {
    position: relative;
    align-items: flex-start;
    margin: 0 32px 0 0;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .customer-testimonials .readerName1 {
    margin: 0 16px 0 0;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .readerName1 {
    font-size: 16px;
  }
}
@media (max-width: 383px) {
  .customer-testimonials .readerName1 {
    margin: 0 8px 0 0;
  }
}
.customer-testimonials .testimonialCard2 {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  grid-row: span 1;
  grid-column: span 1;
  /* width: 471.234375px; */
  width: 100%;
  max-width: 420px;
  height: 100%;
  max-height: 800px;
  background-color: rgba(184, 183, 183, 0.329);
  padding: 32px;
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 575px) {
  .customer-testimonials .testimonialCard2 {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .testimonialCard2 {
    width: 100%;
  }
}
@media (max-width: 383px) {
  .customer-testimonials .testimonialCard2 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.customer-testimonials .profileInfoWrapper2 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin: 4px 0;
  width: 123px;
  min-width: 0;
}
.customer-testimonials .testimonialCard3 {
  display: flex;
  flex-direction: column;
  grid-row: span 1;
  grid-column: span 1;
  /* width: 471.26px; */
  width: 100%;
  max-width: 420px;
  height: 100%;
  max-height: 800px;
  background-color: rgba(184, 183, 183, 0.329);
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
}
@media (max-width: 479px) {
  .customer-testimonials .testimonialCard3 {
    position: relative;
    width: 100%;
  }
}
.customer-testimonials .testimonialContentWrapper1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  margin: 32px 32px 31px;
  width: auto;
}
@media (max-width: 991px) {
  .customer-testimonials .testimonialContentWrapper1 {
    position: relative;
    margin: 32px auto 31px;
  }
}
.customer-testimonials .testimonialContentWrapper2 {
  display: flex;
  -moz-column-gap: 16px;
  column-gap: 16px;
  width: 100%;
}
@media (max-width: 383px) {
  .customer-testimonials .testimonialContentWrapper2 {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}
.customer-testimonials .profileInfoWrapper3 {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  margin: 4px 0;
  width: 118px;
  min-width: 0;
}
.customer-testimonials .backgroundImage1 {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  max-height: 530px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .customer-testimonials .backgroundImage1 {
  max-height: 428px;
}
}
@media (min-width: 1024px) and (max-width: 1072px) {
  .customer-testimonials .backgroundImage1 {
    max-height: 454px;
  }
}
@media (min-width: 1073px) and (max-width: 1127px){
    .customer-testimonials .backgroundImage1 {
    max-height: 478px;
  }
}
@media (min-width: 1128px) and (max-width: 1262px){
    .customer-testimonials .backgroundImage1 {
    max-height: 516px;
}
}

.customer-testimonials .exploreSection {
  display: flex;
  flex-direction: column;
  flex: 0 1 562px;
  /* margin: 60px 0 0; */
  margin: 80px 0 0 0;
  /* width: 100%; */
  width: auto;
  max-width: 1000px;
  /* background: var(--src) 2% center/auto no-repeat; */
  background-image: url('../assets/customer_testimonials/b399da9d5a62ff4d0a4270c192062d80.png');
  background-size: contain; /* Optional: to ensure it fills the area */
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .customer-testimonials .exploreSection {
    position: relative;
    /* width: 96%; */
    background-size: 100% 100%;
    background-position: 40% 10%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  .customer-testimonials .exploreSection {
    width: 90%;
    background-size: cover;
    background-position: 80% 10%;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .exploreSection {
    /* width: 100%; */
  }
}
.customer-testimonials .featureGrid {
  display: grid;
  align-content: start;
  margin: 88px 0 0;
  width: 90%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .customer-testimonials .featureGrid {
    position: relative;
    place-content: center center;
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .customer-testimonials .featureGrid {
    margin: 80px 0 0;
  }
}
@media (max-width: 383px) {
  .customer-testimonials .featureGrid {
    margin: 50px 0 0;
  }
}
.customer-testimonials .featureBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  grid-row: span 1;
  grid-column: span 1;
  /* width: 420px; */
  width: auto;
  background-color: rgba(175, 175, 175, 0.329);
  padding: 32px 12px;
  outline-offset: 0;
  border-radius: 8px;
  box-shadow: 4px 4px 20px 0 rgba(255, 255, 255, 0.1);
  outline: rgba(227, 227, 227, 0.266) solid 0.8000000119px;
  backdrop-filter: blur(34px);
  margin-top: 16%;
}
@media (max-width: 991px) {
  .customer-testimonials .featureBlock {
    position: relative;
    display: flex !important;
    /* width: 320px; */
  }
}
@media (max-width: 767px) {
  .customer-testimonials .featureBlock {
    display: none !important;
  }
}
@media (max-width: 383px) {
  .customer-testimonials .featureBlock {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.customer-testimonials .featureIntro {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  width: 90%;
}
.customer-testimonials .exploreIntroMsg {
  display: flex;
  justify-content: center;
  /* width: 342.078125px; */
  width: auto;
  max-width: 100%;
  font: 700 28px/1.07 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .customer-testimonials .exploreIntroMsg {
    align-items: flex-start;
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .exploreIntroMsg {
    font-size: 22px;
  }
}
.customer-testimonials .featureDesc {
  display: flex;
  justify-content: center;
  width: 100%;
  font: 18px/1.5 "Instrument Sans", Helvetica, Arial, serif;
  color: white;
  text-align: center;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .customer-testimonials .featureDesc {
    align-items: flex-start;
    font-size: 16px;
  }
}
.customer-testimonials .exploreLinkText {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 152px;
  max-width: 85%;
  font: 600 16px/1.25 "Instrument Sans", Helvetica, Arial, serif;
  color: #f4f2fa;
  text-align: center;
  padding: 16px 26px;
  outline-offset: -2px;
  border-radius: 26px;
  letter-spacing: -0.08px;
  outline: #ffc700 solid 2px;
}
.customer-testimonials .featureImage {
  width: 96.08%;
  -o-object-fit: cover;
  object-fit: cover;
}
.customer-testimonials .additionalFeatures {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0;
  grid-row: span 1;
  grid-column: span 1;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
  .customer-testimonials .additionalFeatures {
    position: relative;
  }
}
@media (max-width: 767px) {
  .customer-testimonials .additionalFeatures {
    margin: 32px 0 0;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .additionalFeatures {
    justify-content: center;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 383px) {
  .customer-testimonials .additionalFeatures {
    margin: 64px 0 0;
  }
}

@media (max-width: 2999px) {
  .customer-testimonials .additionalFeaturesBox_box {
    margin-top: 32px;
  }
}

@media (max-width: 991px) {
  .customer-testimonials .additionalFeaturesBox_box {
    align-items: flex-start;
    margin-top: -2px!important;
  }
}
.customer-testimonials .additionalFeaturesBox {
  font: italic 600 48px/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  color: #490972;
  letter-spacing: -0.36001px;
}
@media (max-width: 991px) {
  .customer-testimonials .additionalFeaturesBox {
    font-size: 44px;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .additionalFeaturesBox {
    font-size: 36px;
  }
}
.customer-testimonials .additionalFeaturesBox_span0 {
  font: italic 600 1em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
}
@media (max-width: 991px) {
  .customer-testimonials .additionalFeaturesBox_span0 {
    font: italic 600 0.8em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
  }
}
.customer-testimonials .additionalFeaturesBox_span1 {
  font: 200 1.3333333333em/1.25 "Source Serif Pro", Helvetica, Arial, serif;
}
.customer-testimonials .additionalInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font: 700 32px/1.81 "Instrument Sans", Helvetica, Arial, serif;
  color: #414d5c;
  text-align: center;
  letter-spacing: -0.36001px;
  white-space: normal;
}

@media (min-width: 992px) and (max-width: 1160px) {
  .customer-testimonials .additionalInfo {
    font: 700 30px / 1.3 "Instrument Sans", Helvetica, Arial, serif!important;
  }

  .customer-testimonials .additionalFeaturesBox_span0 {
    font: italic 600 0.9em / 1.25 "Source Serif Pro", Helvetica, Arial, serif!important;
  }
}

@media (max-width: 991px) {
  .customer-testimonials .additionalInfo {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  .customer-testimonials .additionalInfo {
    font-size: 26px;
  }
}
.customer-testimonials .additionalFeatureImage {
  width: 29px;
  -o-object-fit: cover;
  object-fit: cover;
}

