.md\:case-study {
    grid-column:span 2/span 2;
    grid-column-start: 2;
}

.hero-chevron {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 20;
    color: white;
}

.separator {
    width: 33%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background-color: #ebebeb;
}