
.header-cta-text{



    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 105px;
    /* or 105% */
    display: flex;
    justify-content: right;
    text-align: center;

    color: #E8E8E8;

}

.cta-subtitle{
    padding-top: 20px;

    align-items: center;
    text-align: center;
    font-weight: normal;
    font-size: 18px;

}


.waitlist-section{
    padding-bottom: 15rem;
}

.container-waitlist{
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1600px) {
    .container-waitlist{
        margin-top: 20px;
    }

    .header-cta-text{
        font-size: 80px;
    }
}


@media screen and (max-width: 1400px) {
    .container-waitlist{
        margin-top: 20px;
    }

    .header-cta-text{
        font-size: 70px;
    }
}

@media screen and (max-width: 1200px) {
    .container-waitlist{
        margin-top: 20px;
    }

    .header-cta-text{
        font-size: 60px;
    }
}

@media screen and (max-width: 1112px) {
    .container-waitlist{
        margin-top: 20px;
        gap: 50px;
    }

    .header-cta-text{
        font-size: 60px;
        justify-content: center;
        line-height: 80px;
    }
}


@media screen and (max-width: 500px) {


    .header-cta-text{
        font-size: 50px;

    }
}


