@media(max-width : 994px){
    #three-cat aside {
        margin: 10px auto;
    }
    #who-we-are  img {
        width :100% !important;
    }
    #who-we-are  .img {
        justify-content: center;
    }
}
@media(max-width : 780px){
    #who-we-are article {
        padding: 15px 0px;
    }
}
@media(max-width : 774px){
    #divider-motto .container h3 {
        font-size: 26px;
    }
    #solutions figure {
        transform: skew(0deg, 0deg);
        margin : 20px 0px;
    }
    
}
@media(max-width : 534px){
    #who-we-are .centerfy-col {
        align-items: center;
        text-align: center;
        padding: 6px;
    }
}