/*
Template Name: Forest
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************about****************/
.center_about {
    background-image: url(../image/3.jpg);
    background-position: center center;
    background-size: cover;
}
.about_h1l1 {
	border-top:10px solid var(--green);
	border-radius:30px 30px 0px 0px;
	bottom:-90px; 
	width:90%;
	left:27px;
 }
 
.connect_1{
	margin-top:80px;
}

.center_team {
    background-image: url(../image/2.jpg);
    background-position: center center;
    background-size: cover;
}
/*********************about_end****************/



@media screen and (max-width : 767px){
.about_h1l1 {
  width: 100%;
  position:static!important;
  margin-top:15px;
  margin-bottom:15px;
}
.about_h1r {
	padding-left:0!important;
	margin-top:10px;
}
.connect_1i{
  margin-top:10px;
  margin-bottom:10px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.connect_1i{
  margin-top:10px;
  margin-bottom:10px;
}

 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){
.connect_1 {
    margin-top: 150px;
}

 }


