.p-contact__link {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 720px) {
  .p-contact__link {
    flex-direction: column;
    align-items: center;
  }
}

.p-contact__link__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border-radius: 2px;
}

.p-contact__link__btn:not(:first-child) {
  margin-left: 40px;
}

@media screen and (max-width: 720px) {
  .p-contact__link__btn {
    font-size: 16px;
    max-width: 280px;
    height: 50px;
  }

  .p-contact__link__btn:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-contact__head {
  margin-bottom: 30px;
}

.p-contact__head p {
  font-size: 14px;
  line-height: 1.92857;
}

.p-contact__head__title {
  font-size: 26px;
  font-weight: 400;
}

.p-contact__head__notes {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 720px) {
  .p-contact__head__notes {
    font-size: 14px;
  }
}
