.earn-trust-section {
  padding: 80px 60px;
}

.earn-trust-section .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.earn-trust-section .wrapper .top-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.earn-trust-section .wrapper .top-content .title-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.earn-trust-section .image-content-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

.earn-trust-section .image-content-wrapper img {
  height: 64px;
}

.earn-trust-section .image-content-wrapper .divider {
  min-width: 1px;
  height: 64px;
  background: #CCC;
}

.earn-trust-section .image-content-wrapper .divider:last-child {
display: none;
}

.earn-trust-section .wrapper .bottom-content {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.earn-trust-section .wrapper .bottom-content .bottom-content-wrapper {
  width: 100%;
  max-width: calc(100% / 3);
}

.earn-trust-section .wrapper .bottom-content .bottom-content-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.earn-trust-section .wrapper .bottom-content .bottom-content-wrapper.wysiwyg-content p {
  color: #3C3C3C;
}

.earn-trust-section  .mobile-logos-wrapper {
  display: none;
}

@media screen and (max-width: 1024px) {
  .earn-trust-section .wrapper .top-content .image-content-wrapper {
    display: none;
  }
  .earn-trust-section .mobile-logos-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .earn-trust-section .wrapper .bottom-content {
    flex-wrap: wrap;
    gap: 24px 12px;
  }

  .earn-trust-section .wrapper .bottom-content .bottom-content-wrapper {
    max-width: calc(100% / 2 - 13px);
  }

  .earn-trust-section .wrapper .bottom-content .bottom-content-wrapper.wysiwyg-content {
    max-width: 100%;
  }

  .earn-trust-section .mobile-logos-wrapper > .divider {
    height: 1px;
    background: #ccc;
  }

  .earn-trust-section .mobile-logos-wrapper {
    width: 100%;
  }

  .earn-trust-section .image-content-wrapper img {
    object-fit: contain;
}
}

@media screen and (max-width: 767px) {
  .earn-trust-section {
    padding: 60px 20px;
  }
}
