#hero::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 21%;
    width: 250%;
    height: 200%;
    z-index: -1;
    background-color: #FFE4B4;
    transform: skewY(-135deg);
}
