section.banner .content {
    max-width: 820px !important;
}

section.second_section div#nav-tab {
    justify-content: space-between;
    max-width: 706px;
    margin: 0 auto 100px auto;
    border: none;
}

section.second_section div#nav-tab button {
    padding: 0;
    color: #000;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
    border: none;
    background-color: transparent;
    border-radius: 0;
}

section.second_section div#nav-tab button.active {
    color: #BBE303;
}

section.second_section .header {
    max-width: 692px;
}

section.second_section .tab-content>.tab-pane .row:not(.align-items-center) {
    margin-bottom: 100px;
}

section.second_section .tab-content>.tab-pane .row:not(:last-child) {
    margin-bottom: 100px;
}

section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content {
    height: 100%;
    border: 1px solid #E7E7E7;
    padding: 24px;
    background: #FFF;
    max-width: 100%;
}

section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content li {
    color: var(--P, #666);
    font-family: 'Helvetica-Light', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content ul {
    margin-bottom: 20px;
}

section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content ul.column-count{
    column-count: 2;
}

section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content .download_form {
    display: flex;
    align-items: center;
    gap: 0 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content .download_form:last-child {
    margin-bottom: 0;
}

section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content .download_form p {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content .download_form>* {
    width: calc(50% - 10px);
    margin-top: 0;
}

section.second_section .main_content {
    margin-bottom: 20px;
}

section.second_section a.green_btn.black_hover {
    background-color: #BBE303;
}

section.second_section .box_cards{
    padding: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    margin-top: 60px;
}

@media (max-width: 1400px) {
    section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content ul.column-count {
        column-count: 1;
    }

}

@media (max-width: 991px) {
    section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content .download_form {
        flex-direction: column;
        gap: 20px 0;
    }

    section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content .download_form>* {
        width: 100%;
    }

    section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content .download_form a {
        text-align: center;
    }

    section.second_section div#nav-tab,
    section.second_section .tab-content>.tab-pane .row:not(:last-child) {
        margin-bottom: 70px;
    }

    section.second_section .box_cards{
        margin-top: 50px;
    }
}

@media (max-width: 767px) {

    section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content h4,
    section.second_section .main_content {
        height: auto !important;
    }

    section.second_section div#nav-tab {
        justify-content: center;
        gap: 24px 30px;
        margin-bottom: 50px;
    }

    section.second_section .tab-content>.tab-pane .row:not(:last-child){
        margin-bottom: 50px;
    }

    section.second_section .tab-content>.tab-pane .row:not(.align-items-center) .content ul.column-count{
        column-count: 1;
    }

    section.second_section .box_cards{
        margin-top: 40px;
    }
}