.row
{
/*	width: 100%;*/
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.row-small>.col {
    padding: 0 10px 20px;
    margin-bottom: 0;
}
.col-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.col-4 {
        max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
}
.image-cover-square
{
	position: relative;
}
p:empty
{
	display: none;
}
.image-cover-square p
{
	display: none;
}
.image-cover-square:after 
{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.image-cover-square .image {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.image-cover-square img
{
	height: 100%;
	width: 100%;
    object-fit: cover;
}
.workshop-item-home .elementor-widget-image
{
	position: relative;
}
.workshop-item-home .elementor-widget-image:before
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 87.19%);
/*	background: linear-gradient(90deg, rgba(63,94,251,1) 52%, rgba(252,70,107,1) 100%);*/
}
.workshop-item-home .elementor-heading-title
{
	position: absolute;
    bottom: 45px;
    left: 30px;
    z-index: 10;
}

.workshop-item-home .elementor-heading-title , .workshop-item-home .elementor-heading-title a
{
	text-transform: uppercase;
	color: #FFFFFF !important;
	font-weight: 700 !important;
	font-size: 24px !important;
}
@media(max-width: 550px)
{
	.workshop-item-home .elementor-heading-title, .workshop-item-home .elementor-heading-title a
	{
		font-size: 20px !important;
	}
	.btn_contactz
	{
		margin-bottom: 15px !important;
	}
}