.elementor-1768 .elementor-element.elementor-element-9ca6c83{--display:flex;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1768 .elementor-element.elementor-element-9ca6c83.e-con{--flex-grow:1;--flex-shrink:0;}/* Start custom CSS for container, class: .elementor-element-9ca6c83 */.majes-footer-content {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    align-items: start !important;
    justify-items: stretch !important;
    text-align: left !important;
}

.footer-club {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.mailchimp-wrapper {
    width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .majes-footer-content {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    
    .footer-club {
        align-items: center !important;
        text-align: center !important;
    }

    .mailchimp-wrapper {
        margin: 0 auto !important;
    }
}
@media (max-width: 768px) {
    .majes-footer-content {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .footer-col {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .footer-club {
        align-items: center !important;
        text-align: center !important;
    }

    .mailchimp-wrapper {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .mc4wp-form-fields {
        justify-content: center !important;
        width: 100% !important;
    }
}/* End custom CSS */