.page-part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5rem;
}

.page-section {
    width: 80%;
    max-width: 1200px;
}

.page-header h1 {
    color: #1E3050;
    font-weight: 900;
    font-size: 40px;
}

.page-header {
    padding: 5rem 0;
}

.page-header-text-wrapper p {
    margin-top: 5px;
    line-height: 25px;
    font-size: 19px;
    max-width: 700px;
}
.page-review-box h2 {
    color: #1E3050;
    font-size: 30px;
    position: relative;
    margin-bottom: 10px;
}
.page-review-box-sub-text {
    font-size: 17px;
    color: #707070;
}
.page-reviews {
    display: flex;
    justify-content: space-between;
}
.page-review-box {
    width: 33%;
    max-width: 250px;
}
.page-review-stat-num {
    font-weight: bold;
    font-size: 18px;
    color: #1E3050;
    width: 14px;
    text-align: center;
}
.page-review-bar {
    height: 7px;
    border-radius: 3px;
    background-color: #1eb53a;
    position: relative;
    display: flex;
    align-items: center;
    min-width: 3% !important;
}
.review-count-number {
    font-size: 13px;
    width: 40px;
    font-weight: bold;
    color: #707070;
    text-align: left;
}
.page-review-stat {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.page-review-chart {
    display: flex;
    flex-direction: column;
}
.page-reviews-content {
    padding: 5rem 0;
}
.page-reviews-content-header h2 {
    color: #1E3050;
    font-size: 25px;
    position: relative;
    margin-bottom: 10px;
}
.page-reviews-content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-reviews-content-reviews {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.page-review-content-review {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 2px solid #c2c2c28a;
}
.reivew-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review-author {
    color: #1E3050;
    font-size: 17px;
    font-weight: bold;
}
.review-text {
    margin-top: 15px;
    line-height: 30px;
    font-size: 17px;
}
.page-review-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}