#education-header .tz-brand-header__img {
  background-image: url('https://file.trainerize.com/assets/tz/universities-and-schools/images/header-v2.jpg');
}

.education-universities {
  padding: 90px 0;
}
#education-universities h3 {
  margin: 0 auto 50px;
  max-width: 615px;
}
.education-universities__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 40px 50px;    
}

#education-guide .tz-guide__img {
  background-image: url('https://file.trainerize.com/assets/tz/common-assets/images/free-guides/from-health-to-success.jpg');
}

@media only screen and (min-width:768px) {
  #education-header .tz-brand-header__img {
    background-position-x: 10%;
  }

  .education-universities {
    padding: 80px 0 120px;
  }
  #education-universities h3 {
    max-width: 910px;
  }
  .education-universities__logos {
    justify-content: space-around;
    max-width: 550px;    
  }

  #education-grow .studios-grow__heading h2 {
    max-width: 660px;
  }

  #education-guide .tz-guide__text {
    flex-basis: 385px;
  }

  #education-guide .tz-guide__img {
    background-image: url('https://file.trainerize.com/assets/tz/common-assets/images/free-guides/small/from-health-to-success.jpg');
  }
}

@media only screen and (min-width:992px) {
  #education-header .tz-brand-header__img {
    background-image: url('https://file.trainerize.com/assets/tz/universities-and-schools/images/large/header-v2.png');
  }
  #education-header .studios-header__text-wrapper p {
    max-width: 450px;
  }
  
  .education-universities {
    padding-top: 100px;
  }
  #education-universities h3 {
    font-size: 32px;
  }
  .education-universities__logos {
    max-width: 740px;
  }

  #education-grow .studios-grow__heading h2 {
    max-width: none;
  }

  #education-guide .tz-guide__text {
    flex-basis: 480px;
  }

  #education-guide .tz-guide__img {
    background-image: url('https://file.trainerize.com/assets/tz/common-assets/images/free-guides/large/from-health-to-success.jpg');
  }
}

@media only screen and (min-width:1200px) {
  #education-header .tz-brand-header__img {
    background-position-x: left;
  }

  .education-universities__logos {
    justify-content: space-between;
    max-width: none;
    gap: 0;
  }

  #education-brand .studios-brand__text p {
    padding: 0 20px 20px;
  }

  #education-guide .tz-guide__text {
    flex-basis: 545px;
  }
}