.kc-products-container{
     max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    float: unset !important;
}
.kc-products-title{
 font-family: Lato;
 font-weight: 500;
 font-size: 52px;
 line-height: 96%;
 color: #3A3A3A;
 margin-top: 20px;
 margin-bottom: 44px;
}
.kc-products-lists-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px;
}
.kc-products-item{
    padding: 14px 12px;
    background-color: #F2F3F5;
    border-radius: 12px;
    width: 13.2%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}
.kc-products-img-wrapper{
    /* max-width: 109px;
    width: 100%; */
    width: 109px;
    height: 143px;
    margin: 0 auto;
}
.kc-products-img-wrapper img{
   width: 100%;
   height: 100%;
}
.kc-products-details-title{
    margin-top: 26px;
    font-family: Archivo;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #202129;
     display: block;          
    width: 100%;             
    white-space: nowrap;     
    overflow: hidden;         
    text-overflow: ellipsis;
}
.kc-products-details-subtitle{
    font-family: Archivo;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #74798A;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}
.kc-products-details-price{
    font-family: Archivo;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #202129;

}

@media screen and (max-width:768px) {
    .kc-products-container{
        padding: 0 4px;
    }
    .kc-products-title{
        font-family: Archivo;
        font-weight: 500;
        font-size: 20px;
        line-height: 126%;
        color: #000000;
        margin-top: 30px;
        margin-bottom: 16px;
    }
    .kc-products-item{
        width: 48%;
    }
}