.background-red,
.new-wrapper .bs-categories-list-wrapper .categorie-wrapper:hover {
    background-color: #ff0019 !important;
}

@media (max-width: 1399.98px) {
    div.new-wrapper div.container div.row.py-3 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.new-wrapper .bs-categories {
    margin-top: 40px;
    margin-bottom: 80px;
    font-family: "Montserrat", Arial, sans-serif;
}

@media (max-width: 1199.98px) {
    .new-wrapper .bs-categories {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.new-wrapper .bs-categories-header {
    background-color: #dfe7f1;
    position: relative;
}

.new-wrapper .bs-categories-header:after {
    position: absolute;
    content: "";
    background-image: url("/assets/images/pointer-down.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    bottom: -20px;
}

.new-wrapper .bs-categories-header img.mrbig_cat {
    margin: -80px auto;
    height: auto;
    width: 80%;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-categories-header img.mrbig_cat {
        margin: 0 auto 2rem auto;
    }
}

.bs-categories .bs-categories-header p.cat-desc-text {
    font-weight: 500;
}

.new-wrapper .bs-categories-list-wrapper .categorie-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
}

.new-wrapper .bs-categories-list-wrapper .categorie-wrapper img {
    margin-top: auto;
    background: #fff;
    border: 1px solid #dfe7f1;
}

.new-wrapper .bs-categories-list-wrapper .categorie-wrapper .category-tag {
    font-family: "Montserrat", Arial, sans-serif;
    padding: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.new-wrapper .bs-categories-list-wrapper .categorie-wrapper:hover {
    color: #fff;
}