.contact-info {
  background: linear-gradient(0deg, #faf4e5 0%, #faf4e5 100%), #fff;
}

.contact-info-box {
  border-radius: 30px;
  background: #fff;
  padding: 30px 30px 20px 35px;
  height: 100%;
}

.contact-info__label {
  font-size: clamp(14px, 0.8333333333333333vw, 16px);
  color: rgba(43, 43, 43, 0.71);
  line-height: 1.1;
}

.contact-info-box p {
  color: #2b2b2b;
  font-size: clamp(18px, 1.041666666666667vw, 20px);
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contact-info-box a[href^="mailto:"] {
  color: var(--main-red);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-notice {
  background-color: var(--main-red);
  border-radius: 10px;
  padding: 20px;
}

.contact-notice .paragraph__20 p {
  font-family: "DIN Pro Cond";
  font-size: 20px;
}
.contact-notice .paragraph__18 p strong {
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .contact-info-box {
    padding: 20px 15px;
  }
}
