.contacts__title {
  font-family: Great Vibes;
  font-size: 64px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin: 0;
  color: #fff;
  margin: 0 auto;
  padding: 40px 0px 40px 0px;
}

.content-text__text-contact {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 15px;
  text-align: center;
  color: white;
}

.content-text__link {
  text-decoration: none;
  color: blue;
  color: white;
}

@media (max-width: 768px) {
  .content-text__text-contact {
    align-self: center;
  }

  .content-text__text-contact_tel {
    align-self: center;
    text-align: center;
  }
}

@media screen and (max-width: 530px) {
  .registration__wrap-form {
    margin-top: 50px;
  }
}

@media screen and (max-width: 490px) {
  .contacts__title {
    font-size: 44px;
    max-width: 450px;
  }
  .banners {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 454px) {
  .banners {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 340px) {
  .contacts__title {
    padding: 20px 0 0px 0;
    font-size: 32px;
    line-height: 40px;
  }

  .banners {
    margin-bottom: 20px;
  }
}
