.trust-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.trust-section .trust-title {
  color: #262626;
  text-align: center;
  font-size: 22px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
}
@media (min-width: 768px) {
  .trust-section .trust-title {
    font-size: 20px !important;
  }
}
@media (min-width: 1440px) {
  .trust-section .trust-title {
    font-size: 28px !important;
  }
}
@media (min-width: 1600px) {
  .trust-section .trust-title {
    font-size: 32px !important;
  }
}
@media (min-width: 1920px) {
  .trust-section .trust-title {
    font-size: 36px !important;
  }
}
.trust-section .quote-container {
  display: flex;
  padding-top: 30px;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  flex-shrink: 0;
  width: 90vw;
  border-radius: 16px;
  background: linear-gradient(180deg, #EAF7FF 0%, rgba(246, 251, 255, 0) 128.52%);
}
@media (min-width: 768px) {
  .trust-section .quote-container {
    max-width: 70vw;
  }
}
.trust-section .quote-container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 31px;
  width: 80%;
}
.trust-section .quote-container .content .header-logo {
  width: auto;
  height: 42px;
}
@media (min-width: 768px) {
  .trust-section .quote-container .content .header-logo {
    height: 30px;
  }
}
@media (min-width: 1440px) {
  .trust-section .quote-container .content .header-logo {
    height: 42px;
  }
}
@media (min-width: 1600px) {
  .trust-section .quote-container .content .header-logo {
    height: 46px;
  }
}
@media (min-width: 1920px) {
  .trust-section .quote-container .content .header-logo {
    height: 56px;
  }
}
.trust-section .quote-container .content .header-text {
  color: #111;
  text-align: center;
  font-family: "source-serif-pro";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) {
  .trust-section .quote-container .content .header-text {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .trust-section .quote-container .content .header-text {
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .trust-section .quote-container .content .header-text {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .trust-section .quote-container .content .header-text {
    font-size: 32px;
  }
}
.trust-section .quote-container .avatar {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 16px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .trust-section .quote-container .avatar {
    flex-direction: row;
  }
}
.trust-section .quote-container .avatar .avatar-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .trust-section .quote-container .avatar .avatar-img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1440px) {
  .trust-section .quote-container .avatar .avatar-img {
    width: 96px;
    height: 96px;
  }
}
@media (min-width: 1600px) {
  .trust-section .quote-container .avatar .avatar-img {
    width: 106px;
    height: 106px;
  }
}
@media (min-width: 1920px) {
  .trust-section .quote-container .avatar .avatar-img {
    width: 128px;
    height: 128px;
  }
}
.trust-section .quote-container .avatar .avatar-text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
}
.trust-section .quote-container .avatar .avatar-text .text-title {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .trust-section .quote-container .avatar .avatar-text {
    font-size: 14px;
  }
  .trust-section .quote-container .avatar .avatar-text .text-title {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .trust-section .quote-container .avatar .avatar-text {
    font-size: 20px;
  }
  .trust-section .quote-container .avatar .avatar-text .text-title {
    font-size: 26px;
  }
}
@media (min-width: 1600px) {
  .trust-section .quote-container .avatar .avatar-text {
    font-size: 22px;
  }
  .trust-section .quote-container .avatar .avatar-text .text-title {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  .trust-section .quote-container .avatar .avatar-text {
    font-size: 26px;
  }
  .trust-section .quote-container .avatar .avatar-text .text-title {
    font-size: 32px;
  }
}
.trust-section .section-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 39px;
}
@media (min-width: 768px) {
  .trust-section .section-row {
    padding: 1rem;
    flex-direction: row;
    gap: 27px;
  }
}
@media (min-width: 1440px) {
  .trust-section .section-row {
    gap: 39px;
  }
}
.trust-section .section-row .trust-card {
  display: flex;
  padding: 20px 15px;
  flex-direction: column;
  align-items: center;
  text-align: left;
  max-width: 330px;
  width: 330px;
  min-height: 350px;
  height: 350px;
  gap: 34px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .trust-section .section-row .trust-card {
    max-width: 234px;
    min-height: 250px;
    width: 234px;
    height: 250px;
    gap: 24px;
  }
}
@media (min-width: 1440px) {
  .trust-section .section-row .trust-card {
    max-width: 330px;
    min-height: 350px;
    width: 330px;
    height: 350px;
    gap: 34px;
  }
}
@media (min-width: 1600px) {
  .trust-section .section-row .trust-card {
    max-width: 366px;
    min-height: 388px;
    width: 366px;
    height: 388px;
    gap: 36px;
  }
}
@media (min-width: 1920px) {
  .trust-section .section-row .trust-card {
    max-width: 440px;
    min-height: 460px;
    width: 440px;
    height: 460px;
    gap: 48px;
  }
}
.trust-section .section-row .trust-card .card-image-header {
  display: flex;
  border-radius: 5.689px;
  background: linear-gradient(180deg, #DEE3FF 0%, #DEE3FF 100%);
  min-width: 100%;
  min-height: 40%;
  justify-content: center;
}
.trust-section .section-row .trust-card .card-image-header img {
  width: 50%;
}
.trust-section .section-row .trust-card h3.card-title {
  width: 100%;
  color: #262626;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
}
@media (min-width: 768px) {
  .trust-section .section-row .trust-card h3.card-title {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .trust-section .section-row .trust-card h3.card-title {
    font-size: 21px;
  }
}
@media (min-width: 1600px) {
  .trust-section .section-row .trust-card h3.card-title {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  .trust-section .section-row .trust-card h3.card-title {
    font-size: 26px;
  }
}
.trust-section .section-row .trust-card .card-subtitle {
  margin-top: auto;
  width: 100%;
  color: #979797;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.25px;
}
@media (min-width: 768px) {
  .trust-section .section-row .trust-card .card-subtitle {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .trust-section .section-row .trust-card .card-subtitle {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .trust-section .section-row .trust-card .card-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .trust-section .section-row .trust-card .card-subtitle {
    font-size: 24px;
  }
}