#homepage-hero::before {
    content: '';
    background: #E16633;
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 12px;
    left: -24px;
    border-radius: 0 20px 0 20px;
}
.full-height {
    height: 100%;
    display: flex;
    align-items: center;
}
