@media (max-width: 991px) {
  .aboutmy__img {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .header__content {
    justify-content: center;
  }

  .hero__title {
    padding: 0;
    margin-bottom: 50px;
  }

  .services__item-card {
    width: 100%;
  }

  .services__item-bg {
    display: none;
  }

  .whathelp__bg-content{
    min-height: 400px;
  }

  .whathelp__content {
    padding-bottom: 0;
  }

  .contacts__content {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 320px;
    width: 100%;
  }

  .header__logo {
    font-size: 52px;
  }

  .nav__item {
    margin-bottom: 15px;
  }

  .nav__item:not(:last-child) {
    margin-right: 10px;
  }

  .hero__btn {
    top: -80px;
    left: 150px;
    bottom: 0;
    width: 130px;
    height: 130px;
  }

}
