.gym-environment .heading_1 h2 {
  text-align: center;
  margin-bottom: 20px;
}

.gym-environment .title{
  font-size: 22px;
  text-align: center;
}

.gym-environment img {
  aspect-ratio: 960 / 571;
}
.gym-environment .col-12:last-child img{
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gym-environment .img-2 {
    display: none;
  }
  .gym-environment .title{
    font-size: 18px;
  }
}
