.gform_wrapper.gravity-theme .gform_footer button {
    width: 100%;
}


@media screen and (min-width: 1200px) {
    .landing_expo-section .text-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .landing_banner-form .gform_button.button.btn {
        font-size: 18px !important;
    }
    .landing_people_slider-main .swiper-container {
        padding-left: 19px;
    }

    /* .landing_expo-section .text-content h2 {
        font-size: 2rem;
    } */
    .global-landing-page-template-default .primary-btn {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1199px) {
    .global-landing-page-template-default .container {
        max-width: 100%;
    }

}

@media screen and (max-width: 600px) {
    .global-landing-page-template-default .event-details_wrap {
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    html {
        font-size: 15px !important;
    }
}

.landing_banner {
    overflow: hidden;
}
.landing_banner-form .gform_button.button.btn {
    font-size: 1.125rem!important;
}
.landing_banner-form .gform_button.button.btn:hover {
    background-color: #000 !important;
}

.landing_register_wrap--inner h4 {
    font-size: 40px;
}

@media screen and (max-width:1200px) {
    .landing_register_wrap--inner h4 {
        font-size: 30px;
    }
}