﻿.branding-row {
    background-size: cover;
    background-position: center;
    color: #FFDDAE;
    height: 800px;
    overflow: clip;
}

.content-row {
    margin-left: -7%;
}

.branding-row-mobile {
    height: 300px;
}

@media (max-width: 992px) {
    .branding-row {
        background-size: cover;
        height: 300px;
    }
}