
/*====================================================
                       CAREER-P3 >CLIENT
======================================================*/

#career-p3 {
    width: 100%;
    background: #fff;
    padding: 50px;
}

#career-p3 .career-p3-title h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

#career-p3 .career-p3-cont {
    padding: 30px;
    margin: 15px 0;
    background: #fff;
    box-shadow: 0px 0px 0px #ddd;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /**/
    height: 200px;
    border-radius: 20px;
    border: solid 2px #f0f0f0;
}

#career-p3 .career-p3-cont:hover {
    border-bottom: 3px solid #1a2754;
    box-shadow: 0px 0px 1px #aaa;
    margin-top: 12px;
}

#career-p3 .career-p3-cont img {
    font-size: 55px;
    height: 70px;
    line-height: 70px;
    color: #2196f3;
    /**/
    width: 100%;
    height: 135px;
    object-fit: contain;
    object-position: center;
}

#career-p3 .career-p3-cont h5 {
    color: #41464b;
    text-transform: none;
    padding-top: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #career-p3 .career-p3-cont {
        padding: 10px 30px 30px 30px;
        margin: 15px 0;
        background: #fff;
        box-shadow: 2px 2px 2px #ddd;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .col-md-3 {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 420px) {
    #career-p3 {
        width: 100%;
        background: #fff;
        padding: 50px 10px;
    }

    #career-p3 .career-p3-cont {
        padding: 20px;
        margin: 15px 0;
        background: #fff;
        box-shadow: 2px 2px 2px #ddd;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}