@media screen and (max-height: 700px) {
  .top-section {
    gap: 20px;
  }
  .content-section {
    margin-top: 20px;
    gap: 20px;
  }
  .rate__emoji-image {
    width: 110px;
  }
  .rate__stars-list {
    margin-top: 15px;
  }
  .slider-wrapper {
    margin-top: 10px;
  }
}

@media screen and (min-height: 750px) {
  .top-section {
    padding-top: 20px;
    gap: 40px;
  }
  .content-section {
    margin-top: 40px;
    gap: 40px;
  }
  .rate__phrase {
    margin-top: 30px;
    min-height: 56px;
  }
}

@media screen and (min-width: 425px) {
  .thanks__list-google-button {
    justify-content: space-evenly;
  }
}

@media screen and (min-width: 525px) {
  .content__rate-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
  .thanks__list-google-icon {
    width: 64px;
    height: 64px;
  }
  .thanks__list-google-button {
    justify-content: center;
    gap: 30px;
  }
  .thanks__list-google-content {
    gap: 10px;
  }
  .thanks__list-google-title {
    font-size: 16px;
    line-height: 16px;
  }
  .thanks__list-google-number {
    font-size: 24px;
    line-height: 24px;
  }
  .thanks__list-google-star {
    width: 24px;
    height: 24px;
  }
  .thanks__list-google-feedback {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width: 650px) {
  .container {
    max-width: 500px;
  }
  .thanks__socials-item,
  .instagram-button img {
    width: 44px;
    height: 44px;
  }
}

@media screen and (min-width: 650px) and (min-height: 850px) {
  .container {
    max-height: 800px;
  }
}

@media screen and (min-width: 768px) {
  .content__question {
    font-size: 24px;
  }
  .thanks__question,
  .contact__title {
    font-size: 22px;
  }
  .contact__input {
    font-size: 18px;
  }
  .contact__file-text {
    font-size: 20px;
  }
  .cta-button {
    font-size: 22px;
  }
  .thanks__title,
  .sent__title {
    font-size: 32px;
  }
}
