@font-face {
  font-family: "Proxima";
  font-weight: 300;
  font-display: swap;
  src: url(../../../fonts/ProximaNova-Regular.woff) format("woff");
}
.section-fitnes-reviews {
  background-color: #001e32;
}
.section-fitnes-reviews__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-fitnes-reviews__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-reviews__image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  max-width: 486px;
  height: 689px;
  overflow: hidden;
  display: block;
}
.section-fitnes-reviews__body {
}
@media screen and (max-width: 992px) {
  .section-fitnes-reviews__title h2 {
    font-size: 2.5rem;
    margin: 42px auto;
  }
}
@media screen and (max-width: 768px) {
  .section-fitnes-reviews__wrapper {
    flex-direction: column;
  }
  .section-fitnes-reviews__title h2 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 476px) {
  .section-fitnes-reviews__title h2 {
    font-size: 1.8rem;
    margin: 0 0 22px 0;
  }
  .section-fitnes-reviews__body {
    font-size: 19px;
  }  
  .section-fitnes-reviews__image {
     height: 500px;
  }
}
