.about-us-section--split {
  position: relative;
  padding-bottom: 90px;
  overflow: hidden;
}

.about-us-section--split .section-header.left-style {
  margin-bottom: 18px;
}

.about-us-section__intro {
  max-width: 52ch;
  margin-bottom: 22px;
}

.about-us-section__trust {
  display: grid;
  gap: 14px;
  margin: 0 0 26px;
  padding: 0;
}

.about-us-section__trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(37, 96, 212, 0.10);
  box-shadow: 0 10px 30px rgba(4, 14, 39, 0.05);
}

.about-us-section__trust-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(37, 96, 212, 0.12);
  color: #2560d4;
}

.about-us-section__trust-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.about-us-section__trust-content strong {
  display: block;
  color: #040e27;
  line-height: 1.2;
  margin-bottom: 2px;
}

.about-us-section__trust-content span {
  display: block;
  color: #5f6a82;
  line-height: 1.35;
}

.about-us-section__cta {
  margin-top: 2px;
}

.about-us-section--split .about-us-thumb {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .about-us-section--split .about-us-thumb {
    margin-top: 0;
  }
}

.about-us-section__wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 0;
}

.about-us-section__wave svg {
  display: block;
  width: 100%;
  height: 72px;
}

.about-us-section__wave path {
  fill: #ffffff;
}
