.nav-tabs {
    border: none;
}

.nav-link {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #DEDEDE !important;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    border-radius: 50px !important;
    color: #2D2E30;

}

.nav-item .nav-link.active {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    background-color: #102A83;
    border: 1px solid #DEDEDE;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    border-radius: 22px;
    color: #ffffff;

}

.nav {
    justify-content: center;
    gap: 12px;
}

.nav-link:focus,
.nav-link:hover {
    color: unset;
}

.section-area {
    padding: 82px 0px 82px;
    text-align: center;
    max-width: 100%;
    width: 750px;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.section-titles {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.section-first-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    color: #22282B;
    text-align: center;
}

.section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    color: #22282B;

}

.section-description {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    color: #22282B;
    text-align: center;
}

.section-ust-baslik {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.yazi-container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 15px;
}

.description {
    font-family: Manrope;
    font-weight: 400;
    font-size: 18px;
    color: #22282B;
    margin-top: 98px;
}
@media (max-width: 991px) {
    .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #22282B;
}
}
@media (max-width: 425px) {
    .section-title {
    font-family: Manrope;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #22282B;
}
}