.ucf-contact-form-wrapper {
    box-sizing: border-box;
}

.ucf-contact-form-wrapper *,
.ucf-contact-form-wrapper *::before,
.ucf-contact-form-wrapper *::after {
    box-sizing: border-box;
}

@media (max-width: 480px) {
    .ucf-contact-form-wrapper {
        padding: 0 0.5rem;
    }

    .ucf-submit-btn {
        width: 100%;
        justify-content: center;
    }
}