.header_homepage {
    text-align: center;
    margin-bottom: 40px;
}

.cms-content {
    text-align: center;
    margin-top: 60px;
}

.category-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-content {
    margin: 10px;
    width: 25%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.category-content p {
    color: #333333;
    font-weight: 600;
    font-size: 15px;
    margin-top: auto;
    margin-bottom: auto;
}

.category-content:hover {
    text-decoration: none;
}

.category-content img,
.category-content p {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.category-content:hover,
.category-content:hover p {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
}

.columns .column.main {
    width: 100% !important;
}

.sidebar-additional {
    display: none;
}




/* ######### MEDIA RESPONSIVE ########  */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .cms-content .category-content {
        width: 30%;
    }

    .category-container {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .cms-content .category-content {
        width: 45%;
    }

    .category-container {
        width: 100%;
    }
}
