body {
    line-height: 1.0;
    -webkit-transition: all 400msease;
    transition: all 400msease;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 480px) {
    .sppb-addon-text-block .sppb-addon-content p {
        font-size: none !important;
    }
}

.grecaptcha-badge { 
visibility: hidden; 
}

@media only screen and (max-width: 480px) {
    body, .sppb-btn, .sppb-btn-default, .btn, .btn-default {
        padding: 11px 0px;
        font-size: 12px;
    }
}


dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

