.category-list .row > [class*="col-"] {
    flex: 0 0 calc(33.333% - 15px); /* 3 columns with spacing */
    max-width: calc(33.333% - 15px);
    margin: 0 10px 20px; /* Adjust spacing */
}

.category-list .row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Space between columns */
}
h2 {
    font-size: 1.1rem !important;
}
h3 {
    font-size: 1.1rem !important;
}

h5 {
    font-size: 1.1rem !important;
}
h4 {
    font-size: 1.1rem !important;
}

.page-header.item-title {
    font-size: 20px;
}
.container-header {
    background-color: #11465c; /* Replace with your color code */
    background-image: none; /* Removes the default gradient if needed */
}
