    /********************
   Customer Review
*******************/
    
    .ad-customer-review {
        margin-top: 70px;
        text-align: center;
    }
    
    .ad-review-title-container h4 {
        font-size: 45px;
        font-weight: 700;
        color: #dddddd;
        text-transform: uppercase;
        margin-top: 10px;
    }
    
    .ad-review-title-container p {
        font-size: 18px;
        font-family: helvetica;
        color: #dddddd;
        margin: 15px auto;
    }
    
    .ad-review-bg-container {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    
    .ad-review-bg-container i {
        height: 50px;
        width: 50px;
        font-size: 20px;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .ad-review-bg-container i:hover {
        color: #c59d5f;
        border: 1px solid #c59d5f;
    }
    
    .ad-review-carousel {
        /* position: relative;
        top: 24%;
        right: 3%;
        height: 400px;
        width: 100%; */
        padding-bottom: 50px;
    }
    
    .ad-single-review {
        width: 100%;
        /* height: 400px; */
        padding: 30px 5px;
        text-align: left;
    }
    
    .ad-single-review i {
        color: #eec211;
        font-size: 24px;
        padding-top: 50px;
    }
    
    .ad-single-review p {
        font-size: 18px;
        color: #dddddd;
        font-family: helvetica;
        text-align: start;
        margin-top: 30px;
    }
    
    .ad-review-person-container {
        margin-top: 30px;
        display: flex;
        gap: 25px;
        text-align: start;
        align-items: center;
    }
    
    .ad-review-person-container h4 {
        font-size: 19px;
        font-weight: 700;
        color: #dddddd;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    
    .ad-review-person-container span {
        font-size: 14px;
        font-family: helvetica;
        font-weight: 400;
        margin-top: 0px;
        text-transform: uppercase;
        color: #dddddd;
    }
    
    @media screen and (max-width: 1399px) {
        .ad-review-title-container h4 {
            font-size: 35px;
        }
    }
    
    @media screen and (max-width: 991px) {
        .ad-review-title-container h4 {
            font-size: 30px;
        }
        .ad-single-review {
            width: 100%;
            /* height: 350px; */
        }
        .ad-review-carousel {
            left: 5%;
            width: 90%;
            height: 100%;
        }
    }
    
    @media screen and (max-width: 767px) {
        .ad-review-title-container h4 {
            font-size: 25px;
        }
        .ad-review-title-container p {
            padding: 0 20px;
            font-size: 16px;
        }
        .ad-review-bg-container {
            flex-direction: column-reverse;
            gap: 30px;
            align-items: center;
            margin-top: 30px;
        }
        .ad-single-review i {
            padding-top: 25px;
        }
        .ad-review-carousel {
            top: 45%;
        }
    }
    
    @media screen and (max-width: 575px) {
        .ad-review-title-container h4 {
            font-size: 20px;
        }
        .ad-review-title-container p {
            font-size: 14px;
        }
        .ad-review-bg-container img {
            width: 90%;
        }
        .ad-single-review {
            width: 90%;
            height: auto;
            padding-bottom: 10px;
        }
        .ad-review-carousel {
            left: 10%;
        }
        .ad-single-review p {
            font-size: 16px;
            margin-top: 10px;
        }
        .ad-review-person-container h4 {
            font-size: 17px;
        }
        .ad-review-person-container span {
            font-size: 12px;
        }
    }
    /********************
   News & Article
*******************/