@media (min-width: 320px) and (max-width: 1024px) {
  h1 {
    font-size: 32px;
    line-height: 39.01px;
  }

  h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34.13px;
  }

  .header {
    border-bottom-right-radius: 60px;
  }

  .container {
    padding: 0 15px;
  }

  .header__container {
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 100%;
  }

  .header__text {
    font-size: 18px;
    line-height: 21.94px;
  }

  .header__logo {
    background-image: url(../img/header/348e0a5bb3b157ffa79f31ce30ed8c27.jfif);
    background-size: cover;
    background-position: center;
    width: 100%;
    max-height: 252px;
    border-radius: 30px;
  }

  .header__btns {
    gap: 10px;
  }

  .btn {
    padding: 15px 12px;
  }

  .portfolio__title {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .wrapper {
    padding: 0 15px;
  }

  .portfolio__card {
    margin-bottom: 30px;
  }

  .portfolio__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
  }

  .footer__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
    flex-direction: column;
  }

  .footer__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    border-radius: 20px;
    padding: 32px 20px;
    width: 290px;
  }

  .footer__up {
    padding: 0;
  }

  .footer__down {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.63px;
  }

  .page-container {
    padding: 40px 15px 20px;
  }

  .page__title {
  margin-bottom: 15px;
  text-align: center;
  margin-top: 0;
}

.page__img {
  margin: 20px 0;
}


.btnn {
    padding: 0 15px;
    width: 100%;
    display: flex;
}
.btn-back-home {
  width: 100%;
}
.btn-back-home::before {
    content: url(../img/mebel/Vector.png);
    margin-right: .6rem;
    position: relative;
    top: 1.5px; /* Сдвинет стрелку вниз */
}
}
