#box__contact {
  background: url(../img/bg/box-contact.webp) no-repeat center 0 #c0c6c9;
  background-size: calc(var(--spacing) * 192) auto;
}
@media (max-width: 991px) {
  #box__contact {
    background: url(../img/mobile/bg/box-contact.webp) no-repeat center 0 #c0c6c9;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) {
  #box__contact .box__info,
  #box__contact .box__news {
    width: calc(var(--spacing) * 44.7);
  }
}
@media (min-width: 992px) {
  #box__contact .box__event,
  #box__contact .box__social {
    width: calc(var(--spacing) * 105);
  }
}
#box__contact .box__info {
  background: url(../img/bg/box-contact-info.webp) no-repeat;
  background-size: 100% auto;
  height: calc(var(--spacing) * 53.2);
}
@media (max-width: 991px) {
  #box__contact .box__info {
    background: url(../img/mobile/bg/box-contact-info.webp) no-repeat;
    background-size: 100% auto;
    height: calc(var(--spacing) * 37.2);
  }
}
#box__contact .box__event {
  background: url(../img/bg/box-contact-event.webp) no-repeat;
  background-size: 100% auto;
  height: calc(var(--spacing) * 53.2);
}
@media (max-width: 991px) {
  #box__contact .box__event {
    background: url(../img/mobile/bg/box-contact-event.webp) no-repeat;
    background-size: 100% auto;
    height: calc(var(--spacing) * 77);
  }
}
#box__contact .box__news {
  background: url(../img/bg/box-contact-news.webp) no-repeat;
  background-size: 100% auto;
  height: calc(var(--spacing) * 13.8);
}
@media (max-width: 991px) {
  #box__contact .box__news {
    background: url(../img/mobile/bg/box-contact-news.webp) no-repeat;
    background-size: 100% auto;
    height: calc(var(--spacing) * 12.5);
  }
}
#box__contact .box__social {
  background: url(../img/bg/box-contact-social.webp) no-repeat;
  background-size: 100% auto;
  height: calc(var(--spacing) * 21.3);
}
@media (max-width: 991px) {
  #box__contact .box__social {
    background: url(../img/mobile/bg/box-contact-social.webp) no-repeat;
    background-size: 100% auto;
    height: calc(var(--spacing) * 27.5);
  }
}