.testimonials-hero {
    align-items: center;
    background: url(/themes/custom/brokerage/images/shutterstock_2341437271.png);
    background-position: center;
    background-size: cover;
    display: flex;
    height: 500px;
    justify-content: center;
    padding-top: 73.69px;
    position: relative;
    text-align: center;
    width: 100%;
}

.testimonials-hero::before {
    background-color: rgba(0,0,0,.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.view-testimonials {
    margin: 0 auto;
    padding: 100px 25px;
    max-width: 840px;
    width: 100%;
}

.testimonial-author {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.author-initials {
    min-width: 96px;
    min-height: 96px;
    max-width: 96px;
    max-height: 96px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff !important;
    color: #000;
    margin-right: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    font-size: 32px;
    justify-content: center;
}

.author-name {
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 0;
}

.pager {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    text-align: center;
}

.pager a {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 14px;
    transition: all .1s ease-in;
}

.pager a:hover {
    text-decoration: underline;
}

@media (max-width: 900) {
    .view-testimonials {
        padding-left: 0;
        padding-right: 0;
    }

    .author-initials {
        font-size: 43px;
    }

    .author-name {
        font-size: 43px;
    }
}