.promo-expert {
  position: relative;
  margin: 90px 0;
  background: #058e79;
}

.promo-expert__bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  object-fit: cover;
}

.promo-expert__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-expert__info {
  max-width: 650px;
  padding: 77px 45px 80px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .promo-expert__info {
    padding: 38px 36px 18px;
    text-align: center;
    max-width: 327px;
    width: 100%;
    margin-inline: auto;
    font-size: 13px;
  }
}

.promo-expert__info .title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 22px;
}

@media (max-width: 991.98px) {
  .promo-expert__info .title {
    font-size: 28px;
    margin-bottom: 17px;
  }
}

.promo-expert__img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .promo-expert__img {
    width: auto;
    position: absolute;
    right: 7.5%;
    top: -60px;
    bottom: 0;
    object-fit: contain;
    object-position: right bottom;
  }
}

@media (max-width: 991.98px) {
  .promo-expert__img {
    max-width: 327px;
    width: 100%;
    margin-inline: auto;
  }
}

.promo-expert__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}
