.hero-title-block h1 {
  margin-left: 0;
  margin-right: 0;
}

.mobile-text {
  display: none;
}

@media (max-width: 630px) {
  .mobile-description {
    display: none !important;
  }

  .mobile-text {
    display: block;
    line-height: 80%;
  }

  .hero-title-block p.mobile-text {
    display: block !important;
    font-size: 32px !important;
  }

  .mobile-geo-icon {
    width: 56px !important;
    height: 20px !important;
  }

  .mobile-header-icon {
    width: 30px !important;
  }

  .hero-title-block p svg {
    top: -2px;
  }
}

@media (max-width: 720px) {
  .pricing-tariffs-section {
    padding-bottom: 70px;
  }
}
