@font-face {
  font-family: "Proxima";
  font-weight: 300;
  font-display: swap;
  src: url(../../../fonts/ProximaNova-Regular.woff) format("woff");
}
.section-fitnes-address {
  background-color: #001e32;
}
.section-fitnes-address__title h2 {
  font-family: Proxima,Arial,sans-serif;
  font-size: 2.7rem;
  font-weight: normal;
  margin: 0 auto 20px auto;
  padding: 0 10px;
  text-align: center;
}
.section-fitnes-address__body {
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-fitnes-address__title h2 {
    font-size: 2.5rem;
    margin: 42px auto;
  }
}
@media screen and (max-width: 768px) {
  .section-fitnes-address__title h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 476px) {
  .section-fitnes-address__title h2 {
    font-size: 1.8rem;
    margin: 22px 0;
  }
  .section-fitnes-address__body {
    font-size: 19px;
  }  
}
