.home__about-hero{
  background:#eaeaea;
  padding: clamp(26px, 3.8vw, 54px) 0;
}

.home__about-hero-wrap{
  --inpesa-inner-width: 1265px;
  --inpesa-inner-gutter: clamp(18px, 3vw, 50px);
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  gap: clamp(18px, 3vw, 50px);
  align-items: center;
}

.home__about-hero-left h1{
  font-size: 56px;
  line-height: 1.12;
  margin: 0 0 30px;
  color:#5b5b5f;
  font-weight:700;
}

.home__about-hero-left p{
  font-size: 23px;
  line-height: 1.25;
  margin: 0 0 30px;
  color:#707070;
  font-weight:300;
}

.home__about-hero-left .btn.primary{
  margin-top: 30px;
  margin-left: 0;
  display: inline-block;
  background-color: #5b5b5f;
}

.home__about-hero-media{
  width: min(520px, 100%);
  margin-left: auto;
  position: relative;
  overflow: visible;
  border-radius: 0;
  clip-path: none;
  background: transparent;
}

.home__about-hero-media > img{
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* home__section-15 contact */
.home__section-15 {
  margin-top: 0;
  background-color: #eaeaea;
  background-image: url("../asstes/images/bg-mozaico-2.png");
  background-repeat: repeat;
  background-size: 140px auto;
  padding: 46px 0;
}

.home__section-15-wrap {
  --inpesa-inner-width: 1180px;
  --inpesa-inner-gutter: 50px;
  display: grid;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  gap: 40px;
  align-items: start;
  box-sizing: border-box;
}

.home__section-15-left {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #5b5b5f;
  text-align: left;
}

.home__section-15-left h2 {
  margin: 0 0 30px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
}

.home__section-15-left p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
}

.home__section-15-contact-list {
  display: grid;
  gap: 10px;
}

.home__section-15-contact-list > div {
  font-size: 18px;
  line-height: 1.2;
  color: #5b5b5f;
}

.home__section-15-contact-list > div:nth-child(2) {
  margin-bottom: 20px;
}

.home__section-15-contact-list > div > strong {
  font-weight: 700;
  margin-right: 6px;
}

.home__section-15-right {
  min-width: 0;
}

.home__section-15-form {
  display: grid;
  gap: 14px;
}

.home__section-15-form input,
.home__section-15-form select,
.home__section-15-form textarea {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 15px;
  background: #ffffff;
  color: #464545;
  font-size: 16px;
  line-height: 1.2;
  padding: 14px 16px;
  box-sizing: border-box;
  font-family: "Helvetica Neue INPESA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.home__section-15-form input::placeholder,
.home__section-15-form textarea::placeholder {
  color: #464545;
  opacity: 1;
}

.home__section-15-form textarea {
  min-height: 130px;
  resize: vertical;
}

.home__section-15-form .btn.primary {
  width: 60%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  justify-self: center;
  background-color: #5b5b5f;
  color: #ffffff;
  border: 0;
  text-align: center;
  font-family: "Helvetica Neue INPESA", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

/* home__section-16 coverage */
.home__contact-coverage {
  background-color: #009cbd;
  background-image: url("../asstes/images/bg-mozaico-1.png");
  background-repeat: repeat;
  background-size: 140px auto;
  padding: 46px 0;
}

.home__contact-coverage-wrap {
  --inpesa-inner-width: 1162px;
  --inpesa-inner-gutter: 50px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 15px;
}

.home__contact-coverage-left {
  color: #5b5b5f;
}

.home__contact-coverage-left h2 {
  margin: 0 0 30px;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 700;
}

.home__contact-coverage-left p {
  margin: 0 0 24px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  color: #5b5b5f;
}

.home__contact-coverage-left p:last-child {
  margin-bottom: 0;
}

.home__contact-coverage-left p strong {
  font-weight: 700;
}

.home__contact-coverage-right {
  min-width: 0;
  display: flex;
  justify-content: center;
}

.home__contact-coverage-right > img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* home__section-17 faq */
.home__contact-faq {
  background-color: #eaeaea;
  background-image: url("../asstes/images/bg-mozaico-2.png");
  background-repeat: repeat;
  background-size: 140px auto;
  padding: 46px 0 56px;
}

.home__contact-faq-wrap {
  --inpesa-inner-width: 1265px;
  --inpesa-inner-gutter: clamp(18px, 3vw, 50px);
}

.home__contact-faq-wrap > h2 {
  margin: 30px 0 50px;
  color: #5b5b5f;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.home__contact-faq-grid {
  display: grid;
  gap: 25px;
}

.home__contact-faq-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.home__contact-faq-col {
  display: block;
}

.home__contact-faq-question {
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 15px;
  padding: 16px 18px;
  color: #5b5b5f;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 15px;
}

.home__contact-faq-col p {
  margin: 0;
  padding: 16px 18px;
  background: transparent;
  border: 0;
  border-radius: 15px;
  color: #5b5b5f;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
}

.home__contact-faq-col p:last-child {
  margin-bottom: 0;
}
