.mobile-solutions-contacts {
  position: relative;
  margin-top: 35px;
  margin-bottom: 25px;
  padding: 44px 11px 0;
  background-color: #dfdfdf;
}

.page .mobile-solutions-contacts p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.mobile-solutions-contacts .mobile-solutions-contacts__operator {
  display: block;
  width: 234px;
  height: 237px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(./operator.webp);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.mobile-solutions-contacts .mobile-solutions-contacts__background {
  position: absolute;
  inset: 0;
  background-image: url(./operator-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .mobile-solutions-contacts {
    display: flex;
    min-height: 200px;
    margin-top: 50px;
    margin-bottom: 35px;
    padding: 0 0 0 9%;
    border-radius: 200px;
    overflow: hidden;
  }

  .page .mobile-solutions-contacts p {
    align-self: center;
    width: 50%;
    text-align: left;
  }

  .mobile-solutions-contacts .mobile-solutions-contacts__operator {
    align-self: flex-end;
    margin-top: 0;
    width: 50%;
    height: 180px;
  }

  .mobile-solutions-contacts .mobile-solutions-contacts__background {
    background-image: url(./operator-bg-sm.webp);
    background-position: right center;
  }
}

@media (min-width: 768px) {
  .mobile-solutions-contacts {
    justify-content: space-around;
    min-height: 260px;
    margin-top: 80px;
    margin-bottom: 40px;
    padding-left: 12%;
  }

  .mobile-solutions-contacts .mobile-solutions-contacts__operator {
    height: 240px;
    background-position-x: left;
  }

  .mobile-solutions-contacts .mobile-solutions-contacts__background {
    background-image: url(./operator-bg-md.webp);
  }

  .page .mobile-solutions-contacts p {
    width: 32%;
  }
}

@media (min-width: 992px) {
  .mobile-solutions-contacts {
    margin-top: 52px;
    margin-bottom: 132px;
    font-size: 24px;
  }

  .mobile-solutions-contacts .mobile-solutions-contacts__background {
    background-image: url(./operator-bg-lg.webp);
  }

  .page .mobile-solutions-contacts p {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .mobile-solutions-contacts {
    font-size: 28px;
  }
}
