.review-hero {
    width: 100%;
    height: 400px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image:linear-gradient(180deg,rgba(0,0,0,.8) 0%,rgba(0,0,0,.8) 100%) , url(/imageserver/UserMedia/mastercraft/roof-bg.jpg.pagespeed.ce.n2g5CZnSOA.jpg);
}

.review-intro {
    padding: 40px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.review-intro h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 12px 0;
    max-width: 900px;
}

.review-intro h2 span {
    color: goldenrod;
}

.review-intro h2 a {
    text-decoration: none;
    color: #C1272D;
    font-weight: 700;
}

.review-intro h2 a:hover {
    color: #862d30;
}

.review-intro svg {
    width: 40px;
    height: 40px;
    margin-left: 4px;
    vertical-align: middle;
}

.review-intro svg:hover g path {
    fill: #862d30 !important;
}

.review-hero h1 {
    font-size: 50px;
}

.review-split {
    justify-self: center;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 40px;
    width: 90%;
    padding: 40px 0;
}

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

.review-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 32px;
    padding: 24px;
}

@media(max-width: 900px) {
    .review-hero h1 {
        font-size: 36px;
    }
}