/* PAGE BANNER CSS START */
.page-banner {
    padding: 120px 0 80px;
    text-align: center;
}
.page-banner h1 {
    margin-bottom: 24px;
}
.page-banner h1 span {
    color: #F97316;
}
.page-banner p {
    color: #808080;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .page-banner {
        padding: 100px 0 60px;
    }
    .page-banner h1 {
        font-size: 48px;
        line-height: 60px;
    }
    .page-banner p {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 767px) {
    .page-banner {
        padding: 50px 0 40px;
    }
    .page-banner h1 {
        font-size: 38px;
        line-height: 36px;
    }
    .page-banner p {
        font-size: 18px;
        line-height: 26px;
    }
}
/* PAGE BANNER CSS END */

.reviwe-section {
    padding: 80px 0;
}
.reviwe-section .review-list {
    margin: 48px 0 0;
}

@media screen and (max-width: 767px) {
    .reviwe-section .page-width {
        padding: 0 15px;
    }
    .reviwe-section {
        padding: 50px 0;
    }
    .reviwe-section .review-list {
        margin: 28px 0 0;
    }
}