.mobile-solutions-header {
  display: flex;
  align-items: flex-end;
  height: 427px;
  margin: calc(-3 * var(--block-offset)) calc(-1 * var(--block-offset)) 32px;
  background-color: #dfdfdf;
  background-image: url(./bg.webp);
  background-repeat: no-repeat;
  background-position-x: right;
}

.mobile-solutions-header .mobile-solutions-header__content {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  padding-right: 55px;
  padding-bottom: 60px;
  padding-left: 24px;
}

.page .mobile-solutions-header h2.mobile-solutions-header__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 31px;
  color: var(--color-black);
}

.mobile-solutions-header .mobile-solutions-header__logo {
  position: relative;
  top: -8px;
  display: inline-block;
  width: 64px;
  min-width: 64px;
  height: 31px;
  margin: 8px 8px 0;
  text-indent: -9999px;
  background-image: url(./1c-logo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.page .mobile-solutions-header p.mobile-solutions-header__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-black);
}

@media (min-width: 576px) {
  .mobile-solutions-header {
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    padding: 48px;
    height: 346px;
    background-image: url(./bg-sm.webp);
  }

  .mobile-solutions-header .mobile-solutions-header__content {
    gap: 46px;
    width: 50%;
    padding: 0;
  }

  .page .mobile-solutions-header h2.mobile-solutions-header__title {
    font-size: 24px;
  }

  .page .mobile-solutions-header p.mobile-solutions-header__text {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .mobile-solutions-header {
    height: 405px;
    background-image: url(./bg-md.webp);
  }

  .mobile-solutions-header .mobile-solutions-header__content {
    width: 44%;
  }
}

@media (min-width: 992px) {
  .mobile-solutions-header .mobile-solutions-header__content {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .mobile-solutions-header {
    height: 341px;
    background-image: url(./bg-lg.webp);
  }

  .mobile-solutions-header .mobile-solutions-header__content {
    width: 50%;
  }
}

@media (min-width: 1366px) {
  .mobile-solutions-header .mobile-solutions-header__content {
    flex-direction: column;
    gap: 20px;
  }

  .page .mobile-solutions-header h2.mobile-solutions-header__title {
    font-size: 32px;
    line-height: 1.5;
  }

  .page .mobile-solutions-header p.mobile-solutions-header__text {
    font-size: 24px;
    line-height: 1.5;
  }
}
