html {
    scroll-behavior: auto !important;
}
.section-container {
    padding: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.section-title {
    font-size: var(--font-size-5xl);
    font-weight: 700;
}

#hero-section {
    padding: 170px 20px 80px;
    background: var(--banner-bg) no-repeat;
    background-size: 100% 100%;
    color: var(--color-white);
}
#hero-section .col-left {
    width: 50%;
}
#hero-section .page-title {
    margin-bottom: 20px;
    color: var(--color-white);
}
#hero-section .description p {
    padding-right: 40px;
    color: var(--color-white);
}

#tradeshows-section {
    padding: 80px 0;
}
#tradeshows-section .tradeshow-event .col-left {
    width: 33%;
    padding: 30px 30px 30px 0;
}
#tradeshows-section .tradeshow-event .col-right {
    width: 67%;
    padding: 30px;
}
#tradeshows-section .tradeshow-event .event-title {
    margin: 0 0 12px;
    padding: 0;
    line-height: 1;
}
#tradeshows-section .tradeshow-event .event-dates {
    margin: 0 0 .9rem;
    font-weight: 500;
    line-height: 21px;
}
#tradeshows-section .tradeshow-event .event-location {
    margin: 0 0 .9rem;
    font-weight: 500;
    line-height: 21px;
}
#tradeshows-section .tradeshow-event .event-location i {
    margin-right: 8px;
    font-size: var(--font-size-lg);
    font-weight: 900;
}
#tradeshows-section .tradeshow-event .ti-btn-primary {
    margin-top: 20px;
}

@media (max-width: 1223px) {
    .section-container {
        max-width: 1100px;
    }
}

@media (max-width: 1024px) {
    #tradeshows-section {
        padding: 50px 0;
    }
    #tradeshows-section .section-container {
        max-width: 100%;
        padding: 0 20px;
    }
    #tradeshows-section .tradeshow-event .col-left {
        width: 50%;
    }
    #tradeshows-section .tradeshow-event .col-right {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    #hero-section .col-left {
        width: auto;
        text-align: center;
    }
    #hero-section .description p {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #tradeshows-section .tradeshow-event {
        flex-direction: column;
    }
    #tradeshows-section .tradeshow-event .col-left {
        width: 100%;
        padding: 0 20px;
    }
    #tradeshows-section .tradeshow-event .col-right {
        width: 100%;
    }
}
