/*RESPONSIVE*/
@media (max-width: 1750px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  html, body {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  :root {
    --little-text: 0.75rem;
    --regular-text: 1.1rem;
    --medium-text: 1.5rem;
    --big-text: 2.2rem;
  }
}
@media (max-width: 991px) {
  html, body {
    font-size: 16px;
  }
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: 3rem;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .nopad-md {
    padding: 0;
  }
  .logo-big {
    display: none;
  }
  .map {
    position: relative;
    bottom: auto;
    right: auto;
    width: auto;
    height: auto;
    margin-top: -2.5rem;
  }
  .map img {
    position: relative;
    transform: none;
  }
}
@media (max-width: 767px) {
  :root {
    --little-text: 0.75rem;
    --regular-text: 1rem;
    --medium-text: 1.25rem;
    --big-text: 2rem;
    --regular-space: 2rem;
    --medium-space: 3.5rem;
    --big-space: 5rem;
  }
  .hide-xs {
    display: none !important;
  }
  .margin-top-md, .margin-top-xs {
    margin-top: 3rem;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .nopad-xs {
    padding: 0;
  }
  .m-bottom {
    margin-bottom: 3rem;
  }
  section.section-first {
    padding-top: 15rem;
  }
  figure.img-box {
    height: 350px;
    min-height: 350px;
  }
  figure.img-box-mini {
    height: 350px;
    min-height: 350px;
  }
  figure.img-mini {
    height: 250px;
    min-height: 250px;
  }
  figure.img-big {
    height: 350px;
    min-height: 350px;
  }
  figure.img-gallery {
    height: 350px;
    width: 350px;
  }
  .card-swipe {
    width: 310px;
  }
  h4 {
    font-size: 1.5rem;
  }
}