.newsletter-text p{
    margin-top: 11px;
    margin-bottom: 5px;
}

a.et_pb_button.et_pb_more_button{
    transition: all .3s ease-in-out !important;
}

#newsletter-container{
    z-index: 20;
}

#color-screen{
    transition: all .3s ease-in-out !important;
    top: 0 !important;
    left: 0 !important;
}

.et-highlighted{
    opacity: 0.4 !important;
}

@media screen and (max-width: 767px){
    .newsletter-text p{
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 4vw;
        padding-right: 4vw;
    }
}
