.reviews-hero {
    width: 100%;
    height: 400px;
    background-color: rgba(128,0,0,1);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0 0 10%;
}

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