.service-list .advisor-type-button {
    margin-bottom: 50px;
}

.service-list .advisor-type-button .nav-pills {
    position: relative;
}

.service-list .advisor-type-button .nav-pills::before {
    width: 200px;
    height: 2px;
    background-color: #e41b3a;
    position: absolute;
    top: 22px;
    left: -240px;
    content: "";
}

.service-list .advisor-type-button .nav-pills::after {
    width: 200px;
    height: 2px;
    background-color: #e41b3a;
    position: absolute;
    top: 22px;
    left: calc(100% - -40px);
    content: "";
}

.service-list .advisor-type-button .nav-pills .nav-link.active {
    background: #e41b3a !important;
}

.service-list .advisor-type-button button {
    background: #171c49 !important;
    border-radius: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 35px;
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    .service-list .advisor-type-button button {
        font-size: 14px;
        padding: 14px 20px;
    }

    .service-list .advisor-type-button .nav-pills::before {
        display: none;
    }

    .service-list .advisor-type-button .nav-pills::after {
        display: none;
    }

    .service-list .advisor-type-button {
        margin-bottom: 30px;
    }
}
