﻿@media (min-width: 1024px) and (max-width: 1239px) {
    .left-review-cus-home h5 {
        font-size: 22.47px;
        line-height: 1.4;
        margin-bottom: 10px;
        padding-right: 0;
    }

    .right-review-cus-home {
        float: right;
        width: 75%;
    }

    .left-review-cus-home {
        float: left;
        width: 25%;
        padding-right: 22px;
    }

    .widget-review-cus-home {
        padding-top: 55px;
    }
}

@media(max-width:1023px) {
    .left-review-cus-home h5 {
        font-size: 19.47px;
        color: #8a0005;
        font-family: 'PlusJakartaSansEB';
        margin: 0;
        text-transform: uppercase;
        margin-bottom: 15px;
        padding-right: 0;
    }

    .left-review-cus-home {
        float: left;
        width: 20%;
        padding-right: 10px;
    }

    .right-review-cus-home {
        float: right;
        width: 80%;
    }
}

@media(max-width:739px) {
    .left-review-cus-home {
        float: unset;
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }

    .widget-review-cus-home {
        padding-top: 40px;
        padding-bottom: 126px;
    }

    .right-review-cus-home {
        float: unset;
        width: 100%;
    }

    .widget-news-home {
        margin-top: 59px;
    }

        .widget-news-home > .grid.wide:after {
            content: unset;
        }

    h5.TitleNewsHome {
        font-size: 30px;
    }
}
