.home-about {
  margin-top: -26px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  z-index: 5;
  background: #fffcf4;
}
.home-about-wrapper {
  padding-top: clamp(120px, 13.8541666667vw, 266px);
  padding-bottom: clamp(40px, 12.5vw, 240px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.home-about-wrapper h2 {
  margin-bottom: clamp(30px, 3.3854166667vw, 65px);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.logotips-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: clamp(30px, 3.3854166667vw, 65px);
}
.logotips-list img {
  max-height: 49px;
  object-fit: contain;
}
.home-about-wrapper .paragraph__16 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.home-about-wrapper .paragraph__16 p:not(:last-of-type) {
  margin-bottom: 20px;
}
.home-about-bottom {
  color: #0f1138;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.56;
  display: inline-block;
  margin-top: 27px;
  line-height: 16px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

/* ── TABLET (≤ 991px) ── */
@media only screen and (max-width: 991px) {
  .logotips-list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .logotips-list img {
    max-height: 38px;
  }
}

/* ── MOBILE (≤ 575px) ── */
@media only screen and (max-width: 575px) {
  .logotips-list {
    gap: 16px;
  }
  .logotips-list img {
    max-height: 30px;
  }
}
