@media (min-width: 768px) {
    .two-column-list {
        column-count: 2;
        column-gap: 20px;
    }
}

/* .industry-services_box Grid */

.wpb_column.vc_column_container.vc_col-sm-3.vc_col-lg-3.vc_col-md-6 div.industry-services_box {
    height: 190px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpb_column.vc_column_container.vc_col-sm-3.vc_col-lg-3.vc_col-md-6:has(.industry-services_box) {
    height: auto !important;
}

/* FX Popup Modal */
.fxpum-toggable-content {
    border: 5px solid rgb(30 115 190);

    .ao-richtext-block * {
        font-size: 32px;
    }

    .ao-row {
        &:has(#form-submit) {
            max-width: 100%;
        }

        .ao-required {
            color: #ff0000;
        }

        input {
            border-radius: 10px !important;
            padding: 5px 10px !important;
        }

        button#form-submit {
            padding: 18px 40px 18px 60px !important;

            &:after {
                content: "" !important;
                display: inline-block;
                width: 40px;
                height: 12px;
                background-color: currentColor;
                margin-left: 12px;
                mask-position: center;
                mask-repeat: no-repeat;
                mask-image: url("data:image/svg+xml,%3Csvg width='30' height='9' viewBox='0 0 30 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.8207 4.9321C30.0598 4.69345 30.0598 4.30654 29.8207 4.06789L25.9244 0.178982C25.6853 -0.0596607 25.2977 -0.0596607 25.0585 0.178982C24.8194 0.417627 24.8194 0.804541 25.0585 1.04319L28.5219 4.5L25.0585 7.95683C24.8194 8.19546 24.8194 8.58234 25.0585 8.82103C25.2977 9.05966 25.6853 9.05966 25.9244 8.82103L29.8207 4.9321ZM0 5.11108H29.3878V3.88891H0V5.11108Z' fill='%2523181818'/%3E%3C/svg%3E");
                padding-left: 15px;
                transition: all 0.25s ease;
            }

            &:hover {
                background-color: rgb(30 115 190) !important;
                color: #fff !important;
            }
        }
    }

    .ao-form-error-message {
        font-size: 80%;
    }

    .ao-form > .ao-row:not(:first-child) {
        margin-top: 0 !important;
    }

    .f-button.is-close-btn {
        right: -17px !important;
        top: -43px !important;
    }
}
