body .dynamicHeaderInner {
    color: #fff;
    background-image: url("../images/testimonials/testimonials-slider.jpg");
}
.mainBody {
    padding: 70px 0px 100px;
}
section.hero .heading h3 {
    color: #fff;
}
.avatar {
    width: 81px;
    height: 81px;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
    flex: 0 0 81px;
}
.avatar img {
    width: 100%;
    object-fit: cover;
}
.item-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author {
    width: 100%;
}
.author .name {
    font: normal normal 600 18px/25px Proxima;
    color: #272727;
    margin-bottom: 0;
}
.location {
    font: normal normal bold 14px/25px Proxima;
    color: #0019f8;
    line-height: 1;
}
.rating {
    font-size: 20px;
}
.rating .checked {
    color: #f8d700;
}

.item-content {
    margin-top: 42px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
	word-break: break-all;
}
.item {
    box-shadow: 0px 13px 8px #0000000D;
    border-radius: 6px;
    padding: 47px 37px;
    margin-bottom: 80px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    gap: 17px;
    justify-content: center;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0119f8;
    border-color: #0119f8;
}

.page-link {
    position: relative;
    padding: .5rem .75rem;
    margin-left: auto;
    color: #000;
    background-color: #fff;
    border: 1px solid #272727;
    border-radius: 6px!important;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px){
    .rating {
        font-size: 12px;
    }

    .item {
        padding: 20px;
        margin-bottom: 40px;
    }
    .item-content {
        margin-top: 20px;
    }
}