
.product-categories-template-2 .block--category {
    background-color: #fff !important;
    padding: 0px;
    border: 0px solid #8b9198;
    border-radius: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}
.product-categories-template-2 .block--category img{
    width: 100%;
}
.product-categories-template-2 .block--category:hover img{
    transform: scale(1.1);
}
.product-categories-template-2 .block--category a{
position: relative;
}
.product-categories-template-2 .block--category p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    font-weight: 500;
}
.product-categories-template-2 .section__header{
    position: relative;
    padding-top: 0px;
    padding-bottom: 0;
    margin-top: 0 !important;
    margin-bottom: 30px;
}

.product-categories-template-2 .section__header:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #232323;
}

.front-category .section__header h3 {
    background-color: #FFF;
    padding: 10px 15px;
    z-index: 99;
}

.front-category .section__quote{
    padding: 30px 15px 0;
    text-align: center;
    font-weight: 200;
    font-size: 13px;
    width: 100%;
}
.front-template-2-products .section__header{
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: center;
}
.front-template-2-products .section__header h3{
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.front-template-2-products .section__header p{
    text-align: center;
    width: 100%;
    max-width: 650px;
}
