.classic_rcp_category_item_img{
	position:relative;
}

.classic_rcp_category_item_img:before{
	background: linear-gradient(180deg, rgba(0, 35, 69, 0.16) 0%, var(--main_color) 100%); 
	height:100%;
	width:100%;
	display:block;
	position:absolute;
	left:0px;
	content:"";
	z-index:2;
}

.classic_rcp_category_item{
	padding:0 12px;
	margin-bottom:24px;
}

.classic_rcp_category_item a span, .services .classic_rcp_category_item span {
  display: block;
}

.classic_rcp_category_item .classic_rcp_category_item_img {
  overflow: hidden;
}

.classic_rcp_category_item span.classic_rcp_category_item_info_wrap{
	left: 0px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 2;
}

.classic_rcp_category_item span.classic_rcp_category_item_info{
  padding-right: 32px;
  padding-left: 32px;
  text-align: center;
  justify-content: center;
  text-align: center;
    width: 100%;
  display: flex;
  align-items: center;
    padding-top: 34px;
    padding-bottom: 34px;
  min-height: 48px;
}

.classic_rcp_category_item span.classic_rcp_category_item_info .classic_rcp_category_item_name {
  min-height: 24px;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: var(--h2_weight);
  line-height: 133.333%;
  letter-spacing: 0.36px;
  min-height: 48px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.classic_rcp_category_item a {
  display: block;
  height: 100%;
  position: relative;
  border-radius: var(--big_border_radius);
  background-color: var(--main_color);
  color: #fff;
}

.classic_rcp_category_item a:hover img {
	transform: scale(1.09);
}

.classic_rcp_category_item img {
	height: 312px;
	transition: transform .2s;	
	object-fit: cover;
	width: 100%;
}

.classic_rcp_category_item a {
  padding-bottom: 64px;
}

.rcp_categories_woocommerce_row{
	display:flex;
	flex-wrap:wrap;
	margin:0 -12px;
}


@media (max-width: 990px) {
	.classic_rcp_category_item{
		width:100%;
	}
	
	.classic_rcp_category_item img {
		height: 192px;
	}
}