.commercialPartners .image {
    width: calc(100%  + 30px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: -15px;
    margin-bottom: 15px;
}

.commercialPartners .image:hover {
    cursor: pointer;
}

.commercialPartners .image:after {
    content: "";
    display: block;
    padding-bottom: 43%;
}
    
.commercialPartners p {
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
    max-height: 250px;
    overflow-y: auto;
}

