.page-header   .page-title{
     font-size: 40px;
    color: var(--black-color);
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
}
.page-header   .page-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100px;
    background-color: var(--primary-color);
}


.content-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 100px;
   
}
#primary {
    flex-basis: 0;
    flex-grow: 1;
}
 .site-main {
    padding: 40px;
 background-color: #f7f6f2;
    box-shadow: 0 2px 8px rgb(0 0 0 / 5%);
}
.testi-rating-wrap .comment-list {
    margin: 20px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #e2e6ec;
    list-style: none;
}
.testi-rating-wrap .comment-list .comment-list-item {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e6ec;
    display: flex;
    flex-wrap: wrap;
}


.testi-rating-wrap .comment-list-item .section-img-holder {
    width: 75px;
    margin-right: 15px;
}
.testi-rating-wrap .comment-list-item .section-img-holder .comment-author img
{
    height: 75px;
    width: 75px;
}
.testi-rating-wrap .comment-list-item .trip-content-meta .comment-title {
    font-size: 20px;
    line-height: 30px;
    color: #121212;
    font-family: "Proxima Nova Bold";
    margin: 0 0 10px;
    display: block;
}
.testi-rating-wrap .comment-list-item .trip-content-meta .comment-title {
    font-size: 20px;
    line-height: 30px;
    color: #121212;
    font-family: "Proxima Nova Bold";
    margin: 0 0 10px;
    display: block;
}
.testi-rating-wrap .comment-list-item .trip-content-meta .comment-rating{
    display: flex;
}
.testi-rating-wrap .comment-list-item .trip-content-meta .comment-rating .comment-meta {
    border-right: 1px solid #e2e6ec;
    margin-right: 15px;
    padding-right: 15px;
}
.testi-rating-wrap .comment-list-item .trip-content-meta .comment-rating .title {
color:#121212;
 padding-right: 5px; 
 font-style: italic;
}
.testi-rating-wrap .comment-list .comment-list-item .trip-comment-content {
    width: 100%;
    margin: 20px 0 0;
    font-size: 16px;
}


.comment-list li .trip-comment-content .comment-content {
    font-size: 1em;
    line-height: 1.889;
    font-weight: 400;
}