.home-section-2 .tab-banner ul.nav > li {
    margin: 0 clamp(10px, 2.04166667vw, 1.04166667vw);
}
.home-section-2 .tab-banner ul.nav > li a {
    font-size: 15px;
    padding: clamp(10px, 2.5vw, 1.25vw) 0px;
    text-transform: none;
}
.home-section-2 .tab-banner ul.nav.nav-line-bottom > li > a:before {
    height: 2px;
}
.home-section-2 .tab-banner .tab-panels {
    padding-top: 0;
}
.home-section-1 .tabbed-content > h4 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    padding: clamp(10px, 2.5vw, 0.9vw) 0px;
}
.home-section-1 .tabbed-content > .nav {
    justify-content: center;
}
.home-section-1 .tabbed-content > h4 {
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .home-section-1 .tabbed-content > h4 {
        width: 100%;
        text-align: left;
        max-width: max-content;
    }
    .home-section-1 .tabbed-content > .nav {
        width: 100%;
        flex: 1;
        justify-content: flex-end;
    }
    .home-section-2 .tab-banner ul.nav > li a {
        font-size: 17px;
    }
}
.home-section-1 .tabbed-content > .nav li {
    margin: 0 clamp(10px, 2.04166667vw, 1.04166667vw);
}
.home-section-1 .tabbed-content > .nav li a {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    padding: clamp(10px, 2.5vw, 1.25vw) 0px;
    text-transform: none;
}
.home-section-1 .tabbed-content > .nav li a span {
    line-height: 1.2;
}
.home-section-1 .tabbed-content > .tab-panels {
    border-top: 1px solid #d9d9d9;
}
