/* SUPPORT */
.support .col-6:not(:last-child) {
    border-right: 1px solid #2F0299;
}

.support-title::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* GENERAL */
.general h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

/* PARTNER */
.partner {
    background: url('../img/bg-categories.jpg');
    padding: 35px 0;
}

.partner h2 {
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid #ccc;
}

.slide-partner img {
    width: 200px;
}

.news .new-title a {
    color: #333;
    font-weight: bold;
}

.news .new-image {
    height: 215px;
}

.catagory h2 a {
    color: var(--white-color);
}


.col-xl-3.col-lg-4.col-md-4.col-lg-4.col-6 .product-image {
    height: 330px;
}

.col-xl-3.col-lg-4.col-md-4.col-lg-2-4.col-6 .product-image {
    height: 250px;
}