.uc-catalog .t-card__container {
	margin: 0 auto;
}
.uc-catalog .t-card__col {
	border: 2px solid #eceef6;
	border-radius: 15px;
	padding-left: 0;
	padding-right: 0;
	width: 20%;
}
.uc-catalog .t-bgimg {
	border-radius: 15px 15px 0 0;
}
.uc-catalog .t-card__col .t-card__title {
	padding-top: 10px;
	padding-bottom: 30px;
}
.uc-style-catalog .t772__content {
    position: relative;
}
.uc-style-catalog .t772__content .t772__imgwrapper {
    border-radius: 20px;
    overflow: hidden;
}
.uc-style-catalog .t772__content .t772__textwrapper {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 99;
}
.uc-style-catalog .t772__content .t772__textwrapper p {
    color: #fff;
}
@media only screen and (max-width: 768px) {
	.uc-catalog .t-card__container {
    gap: 10px;
    display: flex;;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
	.uc-catalog .t-card__col {
		width: 45%;
	}
}

@media only screen and (max-width: 468px) {
	.uc-catalog .t-card__container {
    gap: 10px;
    display: flex;;
    flex-wrap: wrap;
    justify-content: space-between;
	}	
	.uc-catalog .t-card__col {
		width: 100%;
	}
}