.top-margin{
    margin-top: 57px;
}
@media (max-width:575px){
 .top-margin{
    margin-top: 142px;
}   
}
.abt-cover{
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.cvr-overlay{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.15);
}

.cvr-head{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35%;
    color: #fff;
}

.blue-big{
    max-width: 450px;
    padding: 15px 0px 10px;
    margin: 0 auto;
    background-color: #225bab;
    box-shadow: 16px 16px 18px rgba(0,0,0,0.4);
}
.whowe{
    padding-top: 50px;
    padding-bottom: 50px;
}
.whowe > h3{
    text-align: center;
}
.whowe > p {
    text-align: justify;
}
.mision{
    padding-top:30px;
    padding-bottom:30px;
}

.vsn_bg{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.vision-area h3:after{
    content: '';
    background-image: url(https://ld-wp.template-help.com/wordpress_62044/wp-content/themes/apollo/assets/images/decoration-1.png);
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 260px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%,50px);
    -ms-transform: translate(-50%,50px);
    transform: translate(-50%,50px);
}

.vision-area{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 35%;
    color: #fff;
}
.msn-content p{
    text-align: justify;
}
@media (min-width:768px){
    .msn-content{
        margin-top: 10%;
    }
}