.tc-speedster-hero {
    /* position: relative;
    z-index: 900; */
    position: sticky;
    top: 130px;
    z-index: 0;
    height: 50vh;
    box-shadow: 0 3px 20px 0px rgb(0 0 0 / 5%);
    display: flex;
}
.tc-speedster-hero-heading-container {
    background-color: white;

    position: absolute;
    z-index: 910;
    left: 0;
    padding-left: 5vw;
    padding-right: 9vw;
    height: 100%;
    width: 60%;
    clip-path: polygon(0 0, 100% 0, calc(100% - 9vw) 100%, 0% 100%);

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tc-speedster-hero-image-container {
    position: absolute;
    z-index: 902;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center;
}