*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: Verdana;
}

.about_header{
    background-image: linear-gradient(rgba(4,9,30,0.55),rgba(4,9,30,0.55)), url(bg.png);
    width:100%;
    min-height:45vh;
    background-position:center;
    background-size:cover;
}

.about_text{
    width:60%;
    margin:auto;
    text-align:center;
    position:absolute;
    top:20%;
    left:50%;
    transform:translate(-50%,-20%);
    color:#fff;
    font-size: 20px;
}

/* .about_text h1{
    font-size:40px;
} */

/* About us over view */
.over_view{
    width:90%;
    margin:auto;
    text-align:center;
}

.over_view h2{
    margin-top: 100px;
    padding:10px;
    line-height: 1.3;
}

.over_view p{
    color:#777;
    font-size: 20px;
    line-height: 1.3;
}

.contractor{
    width:90%;
    margin: auto;
    text-align: center;
    background-color: #F3CDA2;

}

.contractor h1{
    margin-top: 100px;
    padding-bottom: 40px;
    padding-top:20px;
}

.contractor img{
    width:30%;
    height:30%;
    border-radius: 50%;
}

.contractor p{
    color: #777;
    line-height: 1.3;
    padding: 20px 0;
    font-size: 20px;
}


@media(max-width:700px){
    .contractor p{
        padding:20px 35px;
    }
}
/* Our team */
.our_team{
    width:90%;
    margin:auto;
    text-align: center;
}

.our_team h1{
    margin-top: 100px;
    font-size:35px;
}

.team_pic img{
    width:90%;
    height:auto;
    margin:25px 0;
    border:0.1px solid #000;
}