#bottom-subscribe{
    background-image: unset;
}

.pre_footer_form{
    margin: 120px 0 100px;
    display: flex;
    justify-content: center;
}

.pre_footer_form .first_to_know{
    width: 1460px;
    border-radius: 24px;
    padding: 37px 10% 54px 76px;
}

@media (max-width: 500px){
    .pre_footer_form .first_to_know{
        width: 92vw;
        padding: 37px 5% 54px 5%;
    }
    .pre_footer_form .first_to_know button.learn-more {
        margin-left: 0;
        max-width: 300px!important;
    }
}
.first_to_know_text{
    all: unset;
}


.first_to_know_info .first_to_know_text div:last-child{
    font-family: Graphik LCG;
    font-size: 80px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: -1.7999999523162842px;
    text-align: left;
    color: white;
}

.first_to_know_info .first_to_know_text_sub{
    font-family: Graphik LCG;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: white;
}

.first_to_know_form button.learn-more .button-text{
    margin: 0;
}

button.learn-more .button-text:hover{
    color: white;
}

.btn_hover.prefooter-button {
    width: 340px;
    height: 58px;
    border-radius: 53px;
    background: #FF3291;
    transition: 500ms;
}

.btn_hover.prefooter-button:hover {
    transition: 600ms;
    background-color: #FF53A3;
}
