.ocmlabs-hero {
    & .ocmlabs-hero-content {
        background: linear-gradient(180deg, #e30613 40%, #7d040c 100%);
        color: #fff;

        display: flex;
        flex-direction: column;
        justify-content: flex-end;

        padding-bottom: 2rem;

        @media (min-width: 768px) {
            background: linear-gradient(130deg, #e30613 40%, #7d040c 100%);
        }
    }
}
