.school{
    width: 100%;
    display: flex;
    justify-content: center;
}

.school_container{
    /*     margin-top:-170px; */
    display: flex;
    flex-direction: column;
    width:80%;
    margin-top: -20%;
    align-self: center;
    }

.school_bkg{
        margin-top: -4%;
        background-image:url("../img/ilaet_0501_bkg.webp") ;
        background-size: 100%;
        width: 100%;
/*         display: flex; */
/*         flex-direction: column; */
/*         justify-content: center; */
        align-items: end;
    }

.subs_school{
        padding-left:9vw;
      }

.school_header{
        font-size: 33vw;
        display: flex;
        flex-direction: column;
        /* justify-content: right; */
        align-items: center;
    /*     line-height: 15vw; */
    }


.school_section{
    background-color: #625b3f;
    padding: 10% 12% 5% 12%;
    color:#fafafa;
    display:flex;
    flex-direction: row;
    gap: 10%;
}

.school_section a{
    color:rgb(255, 250, 203);
    font-weight: 600;
    }
    
    .school_section a:visited{
      color:#ffc695;
      font-weight: 600;
    }
    
    .school_section a:hover{
      color:#5a3706;
      font-weight: 600;
    }

    .school_header_school{
        color:#00443e; 
        font-size: 13vw; 
        letter-spacing:-1.2vw; 
        margin: 10% 0% -14% 0;
    }

    .school_header_2030{
        color:#D27272; 
        font-size: 20vw; 
        font-weight: 900; 
        letter-spacing:-2vw;
        margin: 0% 0% -8% 0;
        
    }

@media screen and (max-width:990px) {
   
  }
  
  @media screen and (max-width:768px) {
  
    .school_container{
        margin-top: -35%;
        width:95%;
        }

        .school_header_school{
            color:#00443e; 
            font-size: 17vw; 
            letter-spacing:-1.2vw; 
            margin: 4% 0% -14% 0;
        }
    
        .school_header_2030{
            color:#D27272; 
            font-size: 25vw; 
            font-weight: 900; 
            letter-spacing:-2vw;
            margin: 0% 0% -8% 0;
            
        }
   
        .school_section{
            background-color: #625b3f;
            padding: 10% 12% 5% 12%;
            color:#fafafa;
            display:flex;
            flex-direction: column;
        }
        .school_section p{
            padding-top: 5%;
            font-size: .8rem;
            line-height: 1.8rem;
        }

        .school_section H2{
            line-height: 2rem;
        }
  }
