.text-primary-custom{
    color:#252562;
}

.about-description{
    line-height:1.9;
    text-align:justify;
}

.about-image-wrapper{
    height:100%;
    min-height:420px;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.about-image{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.about-image:hover{
    transform:scale(1.05);
}

@media(max-width:991px){

    .about-image-wrapper{
        height:380px;
        margin-top:20px;
    }

}