.vip-h1__size h1 {
  color: #948357;
  font-size: clamp(36px, 3.125vw, 60px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.vip__link {
  background-color: #948357;
  padding: 12px 24px 12px 24px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  transition: 0.3s;
  border: 1px solid transparent;
  display: block;
}
.vip__link:hover {
  background-color: transparent;
  border: 1px solid #948357;
}
