@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.tabs button {
    font: inherit;
}

.tabs ul {
    list-style: none;
    padding: 0px;
}

.tabs .header__articles {
    display: grid;
}

.tabs .header__art-box {
    color: white;
    background-color: var(--blue-7);
    display: grid;
    place-content: center;
}

.tabs .header__art-box:not(.active) {
    display: none;
}

.tabs .header__btn-box button {
    padding-bottom: 10PX;
}

.tabs .header__btns {
    display: flex;
    width: 50%;
    margin: 0 auto;
    align-items: flex-end !important;
}

.tabs .header__btn-box {
    flex: 1;
    text-align: center;
}

.tabs .header__btn-box>button {
    background: inherit;
    width: 100%;
    border: 0;
    cursor: pointer;
}

.tabs .header__btn-box p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    cursor: pointer;
}

.tabs .header__btn-box .dots {
    background: #E9ECEF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #00000021;

}

.tabs .header__btn-box .inner_dot {
    background: #C9C9C9;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    z-index: 99;
    position: relative;
}

.tabs .header__btns::after {
    content: "";
    width: 65%;
    text-align: center;
    margin: 0 auto;
    height: 1px;
    background-color: #7D7D7D;
    display: block;
    position: absolute;
    bottom: 10px;
    z-index: 0;
    left: 18%;
}

.tabs .header__btns {
    position: relative;
}

.tabs .header__btn-box {
    z-index: 2;
}

.tabs .article_row {
    display: flex;
    padding-top: 50px;
}

.tabs .article_col {
    width: 50%;
}

.article_col_description h3 {
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 800;
    line-height: 41.45px;
    color: #1A316C;
}

.tabs .title h3 {
    text-align: center;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 800;
    line-height: 41.45px;
    color: #1A316C;
}

.tabs .article_col_description p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    color: #000;
}

.tabs .article_col_description p {
    width: 80%;
}

.tabs .header__btn-box p:hover {
    color: #4096FF;
}

.tabs .header__btn-box.active p {
    color: #4096FF;
}

.tabs .header__btn-box.active .inner_dot {
    background: #4096FF;
}

@media screen and (max-width:1600px) {

    .tabs .header__btns {
        width: 25%;
    }

}

@media screen and (max-width:1100px) {

    .tabs .header__btns {
        width: 45%;
    }

}

@media screen and (max-width:991px) {

    .tabs .article_row {
        display: block;
    }

    .tabs .article_col {
        width: 100%;
    }

    .tabs .tab_body {
        padding: 0px 20px;
    }

    .tabs .article_col_description h3 {
        font-size: 32px;
    }

    .tabs .title h3 {
        font-size: 32px;
    }

    .tabs .article_col_description p {
        font-size: 16px;
    }

    .tabs .article_col img {
        width: 100%;
    }

    .tabs .article_col_description p {
        width: 100%;
    }
}

@media screen and (max-width:670px) {

    .tabs .header__btns {
        width: 72%;
    }
}

@media screen and (max-width: 413px) {

    .tabs .header__btns {
        width: 100%;
    }

    .tabs .article_col_description h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .tabs .title h3 {
        font-size: 22px;
    }
}