.logo-list ul li a img {
    margin: 0 auto;
    display: block;
}

/* MOBILE STARTS HERE */

/* 1600 */
@media (max-width: 1600px) {

    .hero .images-left .front-image {
        right: 0px;
        left: -45%;
    }

}

/* 1199 */
@media (max-width: 1199px) {

    .form-actions {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: unset;
        width: 100%;
    }

}

/* 991 */
@media (max-width: 991px) {

    .hero .images-left .front-image {
        right: unset;
        left: unset;
    }

    .pg-title .images-left + .container section {
        padding-left: 0 !important;
        text-align: center;
    }

    .logo-list ul li:nth-child(1) {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .logo-list ul li:nth-child(2),
    .logo-list ul li:nth-child(3),
    .logo-list ul li:nth-child(4),
    .logo-list ul li:nth-child(5),
    .logo-list ul li:nth-child(6) {
        -webkit-flex: 0 0 48.675%;
        -ms-flex: 0 0 48.675%;
        flex: 0 0 48.675%;
        max-width: 48.675%;
        margin: 5px;
    }

    .logo-list.last ul li:nth-child(2), .logo-list.last ul li:nth-child(3) {
        height: 200px !important;
    }

    .logo-list.last ul li:nth-child(3) {
        margin: 5px !important;
    }

}