.cs-category-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.cs-category-card {
    width: calc( 100% - 10px);
    margin: 5px;
    border: 1px solid #A2A2A2;
    border-radius: 15px;
    background-color: #fff;
}

@media(min-width:450px){
    .cs-category-card {
        width: calc( 50% - 10px);
        margin: 5px;
      
    }
}



.cs-card-img-wrapper{
    position:relative;
	padding-bottom: calc( 0.64 * 100% ); 
	overflow: hidden;
}

.cs-card-img{
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
	  width: 100%;
}

.cs-card-title-wrapper {
    text-align: center;
    padding: 15px;
  
}

.cs-card-title-wrapper .cs-card__title{
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    color: #343434;
    transition: color .3s;
}

.cs-card-title-wrapper .cs-card__title:hover{
    color: #E10714;
}

.cs-card-overlay-link{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    z-index: 5;
}

@media(min-width:1024px){
    .cs-category-card {
        width: calc( 33% - 20px);
        margin: 10px;
    }

    .cs-card-title-wrapper .cs-card__title {
      
        font-size: 20px;
       
       
    }
}
