/* -- Meet The Team --*/

#meet-the-team p.large {
width: 100%; max-width: 800px;
} 

#meet-the-team {
background: #FFF; margin-top: 30px;
}

.meet-the-team-box {
float: left;
width: 70%; height: auto;
padding: 0px 50px 0px 0px;margin-top: 60px; margin-bottom: 30px;
}

.meet-the-team-box:nth-child(2) {
left: 25%; position: relative;
}

.meet-the-team-box img {
width: 390px;
height: auto;
border-radius: 20px;
float: left;
background: #EAEAEA;
}

.meet-the-team-box .name-title {
float: left; width: 40%; margin-left: 5%;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 400px;
}

.meet-the-team-box .name-title .name,
.meet-the-team-box .name-title .title {
color: #747474; font-weight: 600; font-size: 23px; width: 100%; display: table; line-height: 1.6;
}

.meet-the-team-box .name-title .title {
color: #929292; margin-bottom: 13px; text-transform: uppercase; letter-spacing: 3px;    font-size: 15px;
    margin-top: 10px;
}

.meet-the-team-box .name-title p {
font-size: 18px; color: #828282; line-height: 1.8;
}

.alt .tag-line.meet {
    width: 60%;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
}


@media (max-width:1070px) {



.About .page-container {
margin-top: -70px !important; 
}

#meet-the-team {
    margin-top: 60px;
}

.About .tag-line .small-tag-line {
    font-size: 23px;
} 

.About .tag-line p {
    font-size: 19px;
}

.About .tag-line h1 {
    font-size: 43px !important;
}

.About .tag-line.alt {
width: 80%;
}

.About #page {
padding: 60px 0px 0px 0px !important;
}

.About .darkblue.row {
padding: 30px 0px 30px;
}

.About #page .darkblue h2 {
font-size: 40px;
}

.About #background-box .more-features-box {
width: 29%;
}

.About #background-box .more-features-box:nth-child(3) {
margin-right: 0px !important;
}

.meet-the-team-box img {
    width: 310px;
	}

.meet-the-team-box .name-title {
    width: 50%;
    margin-left: 0%;left: 370px;
}

.meet-the-team-box:nth-child(2) {
    left: 10%;
	}
	
#our-approach h1 {
    font-size: 46px !important;
	}


@media (max-width:1000px) {

.meet-the-team-box img {
    width: 250px;
}

.meet-the-team-box .name-title {
    width: calc(100% - 160px);
    margin-left: 0%;
    left: 300px;  
}

.meet-the-team-box .name-title .title {
  margin-bottom: 7px;
}

.meet-the-team-box .name-title p {
    font-size: 16px;
	}
	
.meet-the-team-box .name-title .name {
font-size: 21px;
}
}


@media (max-width: 800px) {

#background-box .row {
    padding: 40px 0 0;
	}
.meet-the-team-box {
    float: left;
    width: 41%;
    display: flex; margin-top: 30px;
    flex-direction: column;padding: 0px 0px 0px 0px;
}

.meet-the-team-box img {
    width: 100%; float: none;
}

.meet-the-team-box .name-title {
    width: 100%;
    margin-left: 0%;
    left: 0px;
    position: relative;
    float: none;
    transform: inherit;
    top: auto;
    margin-top: 21px;
}

}