.index-customer-reviews {
    padding: 0 40px;
    margin: 0 auto;
    max-width: 1500px;
}

.index-customer-footer {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.index-customer-footers {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.index-customer-reviews-section {
    position: relative;
    text-align: center;
    max-width: 1500px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 110px;
    margin-bottom: 60px;
    background-color: #fceedc;
    padding-left: 40px;
    padding-right: 40px;
}

.index-customer-reviews-header {
    margin-bottom: 20px;
}

.index-customer-reviews-sunflower-image {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
}

.index-customer-reviews-header h2 {
    font-size: 24px;
    font-family: "Libre Baskerville";
    margin: 0;
    margin-top: 35px;
    margin-bottom: 10px;
    font-weight: 700;
}

.index-customer-reviews-line {
    width: 200px;
    height: 1px;
    background: #DD8C32;
    margin: 0 auto 50px;
}

.index-customer-testimonials {
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;

}

.index-customer-testimonial-item {
    width: 30%;
}

.index-customer-testimonial-item h3 {
    font-size: 18px;
    font-family: "Libre Baskerville";
    color: #000;
    white-space: nowrap;
}

.index-customer-testimonial-item p {
    font-size: 14px;
    color: #666666;
    margin: 6px auto 16px;
    display: inline-block;
    line-height: 1.6;
    text-align: center;
    font-family: Poppins;
    width: 70%;
    font-weight: 400;
}

.index-customer-name {
    font-size: 14px;
    color: #000;
    font-family: Poppins;
    margin: 0;
    font-weight: 400;
}

@media screen and (max-width:1440px) {
    .index-customer-testimonial-item p {
        font-size: 14px;
        color: #666666;
        margin: 6px auto 16px;
        display: inline-block;
        line-height: 1.6;
        text-align: center;
        font-family: Poppins;
        width: 100%;
        font-weight: 400;
    }
}

@media (max-width:768px) {
    .index-customer-reviews {
        padding: 0;
        margin: 0 auto;
        max-width: 1500px;
    }

    .index-customer-reviews-line {
        width: 100%;
        height: 1px;
        background: #DD8C32;
        margin: 0 auto 50px;
    }

    .index-customer-reviews-section {
        padding-left: 0;
        padding-right: 0;
    }

    .index-customer-testimonial-item p {
        padding: 0 40px;
    }

    .index-customer-reviews-header h2 {
        font-size: 20.44px;
        font-family: "Libre Baskerville";
        margin: 0;
        margin-top: 35px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .index-customer-reviews-sunflower-image {
        width: 100px;
        height: 100px;
        position: absolute;
        top: -49px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 10px;
    }
}

.swiper-pagination-bullet {
    background-color: #272727;
}