.section-1{
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    width: 100%;
    font-family: "Roboto", sans-serif;
    background-color: #fafafa;
    transition: all 0.5s ease;
    overflow: hidden;
}

.school-section {
    display: flex;
    position: relative;
    background-image: url("../../images/school_page/section-1/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    transition: all 0.5s ease;
}
  
.school-content {
  flex: 1;
  align-content: center;
  padding: 0px 0px 0px 0px;
  transition: all 0.5s ease;
}

.school-heading {
  position: relative;
  font-weight: bold;
  color: #003E65; 
  line-height: 1.3;
  margin: 0;
  font-family: 'Monserrat', sans-serif;
  font-size: 4.5rem;
  transition: all 0.5s ease;
}
.school-content p{
    position: relative;
    font-size: 1.1rem;
    color: #181818;
}

.school-content a{
    display: inline-block;
    background-color: #FF6F00;
    color: #fff;
    border: none;
    border-radius: 5em;
    font-weight: 560;
    padding: 15px 30px;
    font-size: 1.1rem;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: background-color 0.3s ease;
} 
.school-content .become-trainer-btn:hover {
  background-color: transparent; 
  border: 1px solid #FF6F00;
  color: #000;
  transition: all 0.5s ease;
}


.school-visual {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.school-front-image {
  position: relative;
  max-width: 500px;
  object-fit: contain;
  transition: all 0.5s ease;
}

/* 320px */
@media screen and (min-width: 320px) {
    .school-section {
        display: flex;
        padding: 10px;
    }

    .school-content {
        padding: 0px 0px 0px 0px;
    }
    .school-heading {
        font-size: 2.5rem;
        margin-top: 2rem;
        padding: 0px;
    }
    .school-content p{
        font-size: 1rem;
    }

    .school-front-image {
        position: relative;
        margin-top: 0rem;
        z-index: -1;
        opacity: 100%;
    }
}
/* 375px */
@media screen and (min-width: 375px) {

    .school-content {
        padding: 0px 0px 0px 0px;
    }
    .school-heading {
        font-size: 2.8rem;
        margin-top: 2rem;
        padding: 0px;
    }
}
/* 425px */
@media screen and (min-width: 425px) {
    .school-section {
        display: flex;
    }

    .school-content {
        padding: 0px 0px 0px 0px;
    }
    .school-heading {
        font-size: 3.2rem;
        margin-top: 2rem;
        padding: 0px;
    }

    /* .school-front-image {
        position: relative;
        margin-top: -34rem;
        z-index: -1;
        opacity: 30%;
    } */
}
/* 768px */
@media screen and (min-width: 768px) {
    .school-section {
        display: flex;
    }

    .school-content {
        padding: 0px 0px 0px 20px;
    }
    .school-heading {
        font-size: 3.3rem;
        margin-top: 0rem;
        padding: 0px;
    }
    .school-content p{
        font-size: 1.1rem;
    }

    .school-front-image {
        position: relative;
        margin-top: 0rem;
        z-index: -1;
        opacity: 100%;
    }
}
/* 1024px */
@media screen and (min-width: 1024px) {

    .school-content {
        padding: 0px 0px 0px 100px;
    }
    .school-heading {
        font-size: 4rem;
        margin-top: 0rem;
        padding: 0px;
    }

}
/* 1440px */
@media screen and (min-width: 1440px) {

    .school-content {
        padding: 0px 0px 0px 200px;
    }
    .school-heading {
        font-size: 4.5rem;
        margin-top: 0rem;
        padding: 0px;
    }

}