#intentModal .modal-content
{
    background: rgba(255, 255, 255, 0.9);
    
}

#intentModal .modal-btn-container a{
    font-size: 14px;
    min-width: 0;
    flex: 1;
}

@media screen and (max-width: 576px) {
    #intentModal .btn-close {
        background-size: 10px;
    }

}
