.section_subscribe{

    padding: 70px 80px;

}

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

    .section_subscribe{

        padding: 30px 30px;

    }

}



.subscribe_form{

    margin: auto;

}



.subscribe_input input{

    width: 100%;

    border: 0;

    border-bottom:1.5px solid #252525;

    height: 50px;

    padding-left: 40px;

    font-size: 20px;

    outline: 0;

}



.subscribe_input input:focus-visible{

    outline: 0;

}


@media screen and (max-width:768px) {
    .subscribe_input input{
        font-size: 17px;
    }
}


.button_subscribe{

    display: flex;

    justify-content: center;

    align-items: center;

}



.button_subscribe .btn-white input{

    background: transparent;

    border: none;

    width: 100%;

    height: 100%;

}



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

    .button_subscribe{

        margin-top: 20px;

    }

}

@media screen and (max-width:400px) {
    .button_subscribe .btn-white{
        width: 100%;
    }
}



.subscribe_title h2{

    font-size: 50px;

}

.subscribe_title h4{

    font-size: 30px;

}

.subscribe_title p {
    max-width: 230px;
    margin-top: 15px;
}



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

    .subscribe_title{

        margin-bottom: 20px;

    }

    .subscribe_title h2{

        font-size: 30px;

        font-weight: 600;

        text-align: center;

        padding-bottom: 5px;

    }

    .subscribe_title h4{

        font-size: 20px;

        text-align: center;

    }

    .subscribe_title p{

        max-width: 100%;

        text-align: center;
    
    }
    

}





/* contact form */



.wpcf7-spinner{

    position: absolute;

}



.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{

    border-color: #252525 !important;

}