.title {
  font-size: 36px;
}
@media only screen and (max-width: 600px) {
  .title {
    font-size: 26px;
  }
}

.form_section .form-control,
.form_section .form-select {
  border: 1px solid #1c348c;
}

.opening_hours_title {
  font-size: 26px;
}

.map_img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  max-width: 680px;
}
@media only screen and (max-width: 600px) {
  .map_img {
    position: inherit !important;
    transform: none !important;
  }
}/*# sourceMappingURL=contact.css.map */