.header-video{
    max-width: 65%;
}
.hero-banner-one .hero-heading span:before, .hero-banner-one .hero-heading span:after{
    bottom: -20%;
}
.what-video{
    width: 100%;
}
.hero-heading {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-style: italic;
}

@media screen and (max-width: 762px){
    .illustration-container{
        display:flex;
        justify-content: center;
    }
    .hero-banner-one .hero-heading span:before, .hero-banner-one .hero-heading span:after{
        bottom: -5%;
    }
    .header-video{
        max-width: 95%;
    }
}