#velmora-contact {
  box-sizing: border-box;
  width: calc(100% - 32px);
  max-width: 1120px;
  margin: 48px auto;
  padding: 52px 32px;
  border: 1px solid #e6dfd5;
  border-radius: 8px;
  background: #f8f6f2;
  color: #342e28;
  text-align: center;
  font-family: inherit;
}

#velmora-contact *,
#velmora-contact *::before,
#velmora-contact *::after {
  box-sizing: border-box;
}

#velmora-contact .velmora-contact__label {
  margin: 0 0 16px;
  color: #82715c;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#velmora-contact .velmora-contact__title {
  margin: 0 0 24px;
  color: #342e28;
  font-family: inherit;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

#velmora-contact .velmora-contact__address {
  margin: 0;
  color: #443b32;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

#velmora-contact .velmora-contact__divider {
  width: 44px;
  height: 1px;
  margin: 24px auto;
  background: #c9b99f;
}

#velmora-contact .velmora-contact__text {
  max-width: 520px;
  margin: 0 auto;
  color: #72685e;
  font-size: 15px;
  line-height: 1.85;
}

#velmora-contact .velmora-contact__welcome {
  display: block;
  margin-top: 8px;
  color: #443b32;
}

@media (max-width: 767px) {
  #velmora-contact {
    width: calc(100% - 24px);
    margin: 32px auto;
    padding: 36px 20px;
  }

  #velmora-contact .velmora-contact__address {
    font-size: 17px;
  }

  #velmora-contact .velmora-contact__text {
    font-size: 14px;
  }
}