.elementor-1716 .elementor-element.elementor-element-2e2ec93{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-3d01b56 */.congrats-box h1 {
    font-size: 5vw; /* Heading size adjusts automatically to screen width */
}

.congrats-box p {
    font-size: 3vw;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2e2ec93 *//* Responsive for tablets and mobile */
@media (max-width: 1024px) { /* Tablets */
    .congrats-box h1 {
        font-size: 36px;
    }
    .congrats-box p {
        font-size: 18px;
    }
    .submit-btn {
        font-size: 18px;
        padding: 14px 28px;
    }
}

@media (max-width: 768px) { /* Mobiles */
    .congrats-box h1 {
        font-size: 28px;
    }
    .congrats-box p {
        font-size: 16px;
    }
    .submit-btn {
        font-size: 16px;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) { /* Small phones */
    .congrats-box h1 {
        font-size: 24px;
    }
    .congrats-box p {
        font-size: 14px;
    }
    .submit-btn {
        font-size: 14px;
        padding: 10px 18px;
    }
}/* End custom CSS */