.categories{
	overflow:hidden;
}
.categories .ui-button-call{
	background:var(--background-02);
}
.categories .categories-group-01{
	position: relative;
	background: url(../../assets/images/shap-03.png) top right no-repeat;
}
.categories .categories-group-01::before{
	content: '';
	background: url(../../assets/images/shap-01.png) bottom left no-repeat;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.categories .categories-group-01::after{
	content: '';
	background: url(../../assets/images/shap-04.png) center left no-repeat;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
	top: 0;
}



.categories .categories-widget-details-2{
	position: relative;
}
.categories .categories-widget-details-2::before{
	content: '';
	background: url(../../assets/images/shap-05.png) top right no-repeat;
	width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}