.wrap-intro {
    padding-right: 5rem;
    border-right: 1px solid #ccc;
}
.wrap-intro * {
    text-align: justify;
}

.wrap-benefit .title-desc {
    margin: 15px 60px 30px;
    color: var(--gray-color);
}

.benefit-item b {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
}

.title.w-45 {
    margin-left: -50px;
}

.wrap-benefit {
    margin-bottom: 60px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-link {
    color: #000;
    background: transparent;
}

.nav-pills .nav-link {
    text-align: left;
    padding: 0.5rem 2rem;
    font-size: 15px;
}

.nav-pills .nav-link:not(:last-child) {
    margin-bottom: 1.5rem;
}

.nav {
    border-left: 2px solid #ccc;
}

.nav-pills .nav-link.active {
    font-weight: 600;
}

.tab-pane b {
    font-size: 18px;
}

.wrap-price, .wrap-sm, .cooporate, .contact-main {
    margin-bottom: 100px;
}

.sm-list {
    padding: 0 12rem;
}

.contact-main {
    background: #f9f9f9;
    padding: 60px 0;
}

.download {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--blue-color);
    height: 45px;
    color: #fff;
    border-radius: 5px;
    gap: 60px;
    margin-bottom: 30px;
}

.form-control {
    height: 40px;
    border: none;
    padding: 0 20px;
}

.form-control::placeholder {
    font-size: 14px;
}

.contact-submit {
    display: block;
    margin: 15px auto 0;
    width: 200px;
    background: var(--blue-color);
    height: 45px;
    color: #fff;
    border-radius: 5px;
    border: none;
}

@media (min-width: 992px) {
    .w-80 {
        width: 80% !important;
    }
    .w-45 {
        width: 45%
    }
}

@media (max-width: 768px) {
    .wrap-intro {
        padding-right: 0;
        border: none;
    }
    .title.w-45 {
        margin-left: 0;
    }
    .nav {
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
    }
    .nav-pills .nav-link:not(:last-child) {
        margin: 0;
    }
    .tab-content {
        margin-top: 20px;
    }
    .wrap-price, .wrap-sm, .cooporate, .contact-main {
        margin-bottom: 20px;
    }
    .sm-list {
        padding: 0;
    }
}