.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.section-top-category {
    gap: 20px;
}
.section-top-category a {
    color:rgb(105, 114, 125)
}
@media (max-width: 768px) {
    .section-top-category {
        flex-direction: column;
        gap: 12px;
    }
}