    
.all-schools-lead-australias{
    width:100%;
    padding: 73px 0px 73px 0px;
    margin-top: 0px;
    position: relative;
}
.yellow-gradiant-bg{
    flex-shrink: 0;
    background: #FFEBAD;
    filter: blur(68px);
    position: absolute;
    z-index: -1;
    top: 180px;
    width: 99%;
    height: 73.464px;
    transform: rotate(0.563deg);
}
.schools-h3 h2{
    color: #222;
    text-align: center;
    font-family: 'avenir_next_worldbold', 'Verdana';
    font-size: 32px;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    margin-bottom: 0px;
}
.schools-h3{
    margin-bottom: 48px;
}
.all-schools-lead .schools-divs {
    margin: 0px 18px;
    background: transparent;
}
.schools-divs{
    height: 93px;
}
.all-schools-lead .schools-divs img{
    height: 100%;
    width: auto;
    background: #fff;
    border-radius: 7px;
    padding: 18px 21px;
    /* box-shadow: 0.972px 7.775px 24px 0px rgba(176, 176, 176, 0.20); */
}
.schools-mob-div {
    height: 100px;
    width: 150px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    padding: 16px;
}
.all-schoola {
    width: 100%;
    background-color: transparent;
    margin-top: 0px;
    display: -webkit-box;
    display: flex;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); 
}

.all_schools_info {
    display: -webkit-box;
    /*display: flex;*/
    background-color: transparent;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.schools-divs{ 
    background-color: #ffffff;
}

.all_schools_info img {
    height: 100%;
    width: auto;
}
@media(max-width:1366px) and (min-width:1024px){
    .schools-h3 h2{
        max-width: 818px; 
    }
    
}
@media (max-width:991px){
    .schools-h3 h2 {
        font-size: 32px !important;
        line-height: normal;
        max-width: 700px;
    }
    .all-mobile-school-inner img {
        height: 100%;width:auto;
    }
    
    .all-mobile-school-inner {
        grid-template-columns: auto auto;
        grid-gap: 20px 20px;display: grid;
    }
    .schools-h3 h2{
        font-size: 24px;
        line-height:normal;
    }   
}
@media(max-width:767px)
{
    .schools-h3{
        margin-bottom: 29px;
    }
    .schools-h3 h2 {
        font-size: 20px !important;
        line-height:28px !important;
        color:#000;
        max-width:300px !important;
    }
    .all_schools_info img{
        height: 100%;
    }
    .all-schools-lead-australias{
        padding: 29px 0px 40px 0px;
    }
}