.category-section {
    background-image: url('/assets/front/images/banners/background-banner-home-nfn.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.container-category {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.section-title-category {
    background-color: #ff00f6 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-1deg);
    width: 550px;
    height: 75px;
    margin-bottom: 30px;
}

.section-title-category h2 {
    transform: rotate(1deg);
    align-items: center;
    justify-content: center !important;
    color: #ffff;
    font-size: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 900 !important;
}

@media (max-width: 480px) {
    .section-title-category {
        width: 80%;
        padding: 6px;
    }
    .section-title-category h2{
        font-size: 24px;
    }
}
