.reviews-hero {
    position: relative;
    color: #fff;
    background-image: linear-gradient(180deg, rgba(2, 53, 90, .8) 0%, rgba(2, 53, 90, .8) 100%), url(/imageserver/AdminMedia/2019Media/Images/Bg/2000-House-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0;
}

.reviews-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 75px 0;
}