body {
    font-family: "Chakra Petch", sans-serif;
    background-color: rgb(24, 25, 27);
}

#main {
    background-color: rgb(24, 25, 27) !important;
}

.swiper-pagination-bullet {
    background: #585b61;
    width: 8px;
    height: 8px;
    margin: 0 15px;
    opacity: 1;
    border-radius: 0px;
    transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.nbg-bg-filter::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
    font-family: "Chakra Petch", sans-serif;
    font-weight: 600;
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
}

.section-text {
    font-weight: 200;
    font-size: 18px;
    line-height: 160%;
    color: var(--grey-text-color);
    max-width: 588px;
}

.section-text br {
    margin-bottom: 20px;
}

@media (max-width: 993px) {
    .section-title {
        font-size: 34px;
    }

    .section-text {
        font-size: 16px;
        line-height: 150%;
    }
}

@media (max-width: 820px) {
    .section-title {
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .section-title {
        font-size: 24px;
    }

    .section-text {
        font-size: 14px;
    }

    .section-text br {
        margin-bottom: 10px;
    }
}