/* Heimdall Studio v0.20.1
   Pull the final Contact CTA slightly closer to the message form.
*/

.contact-cta-section {
    margin-top: clamp(-2.5rem, -2.2vw, -1.25rem) !important;
}

@media (max-width: 900px) {
    .contact-cta-section {
        margin-top: -1rem !important;
    }
}
