.all-schools-australia{
    background-color: #F5F5FF;
    width:100%;
    /* padding: 33px 0px 41px 0px; */
    padding: 64px 0px 50px 0px;
    margin-top: 0px;
 }
 .school-h3 h2{
 color: #222;
text-align: center;
font-family: 'Avenir Next LT W01 Bold';
font-size: 32px;
font-style: normal;
line-height: 42px; 
font-weight:normal;
 }
 .school-h3{
     margin-bottom: 32px;
 }
 .all-schools .schools-div {
 background: transparent;
}
 .schools-div{
    
 }
 .all-schools .schools-div img{
    width: auto;
    height: 112px;
    margin-right:32px;
 /* background: #fff;
 border-radius: 7px;
 padding: 13px 17px; */
 box-shadow: 0.971899px 7.77519px 24px rgba(0, 0, 0, 0.05);

 }

    
 @media (max-width:991px){
     .school-h3 h2 {
 font-size: 32px !important;
 line-height: normal;
 max-width: 700px;
}
 }

 @media(max-width:767px)
 {
  .all-schools .schools-div img{
    height: 80px;
  }
  body .all-school{
    height: 120px;
  }
     .school-h3 h2 {
 font-size: 24px !important;
 max-width:360px !important;
}
     .schools-div{
      
 }
 .all_schools img{
     height: 100%;
 }
 .all-schools-australia{
     padding: 32px 0px 15px 0px;
     margin-top: 32px;
 }
}



.schools-mob-div {
    height: 100px;
    width: 150px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    padding: 16px;
}
	@media screen and (max-width: 991px){
		.all-mobile-school-inner img {
    height: 100%;width:auto;
}
		/* .all-school { display: none !important;} */
		
		/* .all-mobile-school{display:block !important;margin-bottom: 40px;} */
		.all-mobile-school-inner {
     grid-template-columns: auto auto;
    grid-gap: 20px 20px;display: grid;
}
.school-h3 h2{
	font-size: 24px;
line-height:normal;
}
	}
	
	.all-school {
  width: 100%;
  height: 150px;
  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 {
  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); }

@-webkit-keyframes moveSlides {
  100% {
    -webkit-transform: translateX(-66.6666%);
            transform: translateX(-66.6666%); }
	}

@keyframes moveSlides {
  100% {
    -webkit-transform: translateX(-66.6666%);
            transform: translateX(-66.6666%); } }

/* .all-school .all_schools {̱
  -webkit-animation: moveSlides 30s linear infinite;
          animation: moveSlides 30s linear infinite; } */

	.schools-div{
   }
	
.all_schools img {
  height: 100%;
   width: auto;
  }