.banner {
    background-image: url('/assets/img/banner.webp');
    background-size: cover;
    background-position: center;
}

.iframe-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
    overflow-x: auto;
}

iframe {
    border: none;
}

.hero-content-container{
    height: 100vh;
    padding: 30px 0;
    display: flex;
    align-items: start;
    justify-content: start;
}
.hero-texts{
 padding: 0 20px;
 margin-top: 140px !important;
}

.hero-texts h1{
    font-size: clamp(32px, 5vw, 60px) !important;
    color: rgb(78, 78, 78);
}

.hero-texts h4{
    font-size: clamp(20px, 5vw, 32px) !important;
    color: rgb(86, 203, 54);

    letter-spacing: 3px;
}



.hero-texts p{
    color: rgb(78, 78, 78);

}


@media (max-width: 1000px) {
    .left{
        display: none;
    }

    .hero-content-container{
        margin: 0 auto;
        justify-content: center;
    }
}
