.trust_section {
  padding: var(--az-section-padding) 0;
  background-color: #F5F5F5;
  position: relative;
}
.trust_section .section_header {
  margin-bottom: 80px;
  --az-title-font-color: #000;
}
@media (max-width: 1199.98px) {
  .trust_section .section_header {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .trust_section .section_header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .trust_section .section_header {
    margin-bottom: 32px;
  }
}
.trust_section .section_header .design_title,
.trust_section .section_header .section_title {
  text-transform: none;
}
.trust_section .trust_cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .trust_section .trust_cards {
    gap: 16px;
  }
}
@media (max-width: 991.98px) {
  .trust_section .trust_cards {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 575.98px) {
  .trust_section .trust_cards {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.trust_section .trust_card {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 40px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1499.98px) {
  .trust_section .trust_card {
    padding: 44px 24px 40px;
  }
}
@media (max-width: 1199.98px) {
  .trust_section .trust_card {
    padding: 40px 20px 36px;
  }
}
@media (max-width: 767.98px) {
  .trust_section .trust_card {
    padding: 36px 20px 32px;
  }
}
.trust_section .trust_card .card_icon {
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .trust_section .trust_card .card_icon {
    margin-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .trust_section .trust_card .card_icon {
    margin-bottom: 20px;
  }
}
.trust_section .trust_card .card_icon svg {
  width: 56px;
  height: 56px;
}
.trust_section .trust_card .card_icon img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
@media (max-width: 1199.98px) {
  .trust_section .trust_card .card_icon svg,
  .trust_section .trust_card .card_icon img {
    width: 40px;
    height: 48px;
  }
}
@media (max-width: 767.98px) {
  .trust_section .trust_card .card_icon svg,
  .trust_section .trust_card .card_icon img {
    width: 36px;
    height: 42px;
  }
}
.trust_section .trust_card .card_title {
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #3B3B3B;
  margin: 0 0 20px 0;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  .trust_section .trust_card .card_title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.trust_section .trust_card .card_description {
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #9C9C9C;
  line-height: 1.44;
  margin: 0;
}
@media (max-width: 991.98px) {
  .trust_section .trust_card .card_description {
    font-size: 14px;
  }
}
