
.hero-section video{
    width: 100%;
}

.hero-section{
    background-image: unset!important;
}

.hero-section .hero-inner-section{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191c22d0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
}

.hero-section .hero-inner-section h1{
    font-size: 50px;
    font-weight: 800;
}

.hero-section .hero-inner-section p{
    max-width: 600px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
}



.section{
    width: 100%;
    padding: 0px 0px;
    border-bottom: none;
}

.section .section-image{
    flex-shrink: 0;
    width: 50%;
}

.section:nth-child(even){
    flex-direction: row-reverse;
}

.section .left-side{
    width: 50%;
    position: relative;
    isolation: isolate;
}

.section .left-side{
    padding: 70px;
}








@media screen and (max-width: 900px){

.hero-section video{
    display: none;
}

.hero-section .hero-inner-section{
    flex-direction: column!important;
    padding: 150px 10px!important;
    position: unset;
}


.hero-section .hero-inner-section h1{
    font-size: 40px;
}

.section .left-side{
    width: 100%;
}

.section .section-image{
    flex-shrink: 0;
    width: 100%;
}

.section:nth-child(even){
    flex-direction: column-reverse;
}

}

