@media (max-width: 767px) {
  .pg-top-enterprise {
    margin-bottom: 0;
  }
}
.pg-webp .pg-top-enterprise {
  background: #fff url("/sites/all/themes/perfectgym/images/pg_enterprise/pg-top-enterprise@2x.webp") no-repeat bottom right;
  background-size: cover;
}
.pg-no-webp .pg-top-enterprise,
.no-js .pg-top-enterprise {
  background: #fff url("/sites/all/themes/perfectgym/images/pg_enterprise/pg-top-enterprise@2x.jpg") no-repeat bottom right;
  background-size: cover;
}
@media (max-width: 991px) {
  .pg-webp .pg-top-enterprise {
    background: #fff url("/sites/all/themes/perfectgym/images/pg_enterprise/pg-top-enterprise@2x.webp") no-repeat bottom left;
    background-size: cover;
  }
  .pg-no-webp .pg-top-enterprise,
  .no-js .pg-top-enterprise {
    background: #fff url("/sites/all/themes/perfectgym/images/pg_enterprise/pg-top-enterprise@2x.jpg") no-repeat bottom left;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .pg-webp .pg-top-enterprise {
    background: #fff url("/sites/all/themes/perfectgym/images/pg_enterprise/pg-top-enterprise@2x.webp") no-repeat top right;
    background-size: auto 72vw;
  }
  .pg-no-webp .pg-top-enterprise,
  .no-js .pg-top-enterprise {
    background: #fff url("/sites/all/themes/perfectgym/images/pg_enterprise/pg-top-enterprise@2x.jpg") no-repeat top right;
    background-size: auto 72vw;
  }
}
.pg-top-enterprise .pg-top-content {
  width: 50%;
}
@media (max-width: 767px) {
  .pg-top-enterprise .pg-top-content {
    width: 100%;
  }
}
.pg-top-enterprise p,
.pg-top-enterprise h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .pg-top-enterprise p,
  .pg-top-enterprise h2 {
    color: #252a2e;
  }
}
