.uc-section-title .t795__title {
    margin-bottom: 0;
}

.uc-section-hero h1.t102__title {
    text-transform: none !important;
    font-size: 48px;
    line-height: 1.23
}

@media screen and (max-width: 1200px) {
    .uc-section-hero h1.t102__title {
        font-size: 44px;
    }
}

@media screen and (max-width: 640px) {
    .uc-section-hero h1.t102__title {
        font-size: 30px;
    }
}

.t-menusub__list-item:not(:last-child) {
    border-bottom: 1px solid rgba(1,42,74,0.2);
    border-radius: 0 !important;
}

@media screen and (max-width: 960px) {
    .t-menusub__list-item:not(:last-child) {
        border-bottom: unset;
        border-radius: 0 !important;
    } 
}