/*
Template Name: Educare
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************about****************/
#about_page{
 padding-top:40px;
 padding-bottom:40px; 
 background:#f4f4f4;
  }
.about_page_1r p{
margin-bottom:10px;  
  }
.careers_1{
  margin-top:20px;  
	}
.careers_1i h1{
 color:#f44336;
 font-size:70px; 
  }
  
 #course{
  padding-top:40px;
  padding-bottom:40px;
  background:#f4f4f4;
  }
.course_1i span{
  display:inline-block;
  font-size:60px;
  border:5px solid #f44336;
  width:150px;
  height:150px;
  text-align:center;
  line-height:140px;
  border-radius:50%;
  color:#f44336;
  }
.course_1i:hover span{
  border-color:#03a9f4;
  }
.course_1i h4{
 color:#03a9f4;
  }
/*********************about_end****************/


@media screen and (max-width : 767px){
#about_page{
 text-align:center;
 }
.about_page_1r {
margin-top:10px; 
 }
.course_1i {
margin-bottom:10px; 
 }
}

@media (min-width:768px) and (max-width:991px) {
.about_page_1l img{
min-height:480px; 
 }

 }
@media (min-width:992px) and (max-width:1200px) {
.about_page_1l img{
min-height:480px; 
 }
  }
@media (min-width:1201px) and (max-width:1240px) {

 }