/* bace of tabs navigation  */
.aboutBg{
    background-image: url('../imgs/key.jpg');
}
.ab-msg-bx{
    padding: 101px 0px;
}
.about-row{
    align-items: center;
    text-align: justify;
}
.ab-msg-bx .ab-msg-col img{
    width: 100%;
    height: 500px;
    padding: 10px;
    border-radius: 0.25rem;
    border: 1px solid #80808078;
}
.dedicate{
    font-size: 14px;
    letter-spacing: 4px;
}
.mission-row{
    align-items: center;
    padding: 50px 0px;
    text-align: justify;
}
.mission-sec .mission-col img{
    width: 100%;
    height: min-content;
}
/*-----------------
START RESPONSIVE -
------------------ */
@media screen and (max-width:992px){
 .ab-msg-bx .ab-msg-col img{
    height: 400px;
 }
 .ab-msg-bx{
   padding-top: 30px;
   padding-bottom: 15px;
 } 
}
@media screen and (max-width:321px){
    .ab-msg-bx .ab-msg-col img{
       height: 350px;
    }

}