/*

.about{
    padding: 100px;
}

.row{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.row .col50{
    position: relative;
    width: 48%;
}

.titleText{
    color: rgba(0, 0, 0, 0.8);
    font: 2em;
}

.titleText span{
    color: cornflowerblue;
    font-weight: 700;
    font-size: 1.5em;
}

.row .col50 .imgBx{
    position: relative;
    width: 100%;
    height: 100%;
}

.row .col50 .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 991px){
    

    .row{
        flex-direction: column;
    }

    .row .col50{
        position: relative;
        width: 100%;
    }

    .row .col50 .imgBx{
        height: 300px;
        margin-top: 20px;
    }
}
    */
    
    .about{padding:100px}.row{position:relative;width:100%;display:flex;justify-content:space-between}.row .col50{position:relative;width:48%}.titleText{color:rgba(0,0,0,.8);font:2em}.titleText span{color:#6495ed;font-weight:700;font-size:1.5em}.row .col50 .imgBx{position:relative;width:100%;height:100%}.row .col50 .imgBx img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:991px){.row{flex-direction:column}.row .col50{position:relative;width:100%}.row .col50 .imgBx{height:300px;margin-top:20px}}