.imgpartners {
    /*width: 100%;*/
}

.clspartners {
    height: 364px;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.20);
    margin-top: 25px;
}

.clslogo {
    margin-top: 64px;
    margin-bottom: 15px;
}

.clsdesc {
    padding: 15px;
    color: #4A4A4A;
}

.clsheading {
    font-family: Raleway-ExtraBold;
    color: #4A4A4A;
}

.clspartnersmain {
    max-width: 760px;
    margin-top: 35px;
}


@media only screen and (min-width: 401px) and (max-width: 767px) {

    .clspartners {
        height: auto !important;
        padding-bottom: 20px !important;
    }

    .clslogo {
        margin-top: 40px !important;
    }

    .imgpartners {
        width: 100% !important;
    }

    .clspartnersmain {
        margin-top: auto !important;
    }
}

@media only screen and (max-width: 400px) {
    .clspartners {
        height: auto !important;
        padding-bottom: 20px !important;
    }

    .clslogo {
        margin-top: 40px !important;
    }

    .imgpartners {
        width: 100% !important;
    }

    .clspartnersmain {
        margin-top: auto !important;
    }
}
