.cat_card{
	border-radius: 5px;
	background: linear-gradient(157deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, -0.3) 77%);
	width: 48%;
	height: 245px;
	position: relative;
	overflow: hidden;
	padding: 25px;
}
.cat_card_title{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	/*max-width: 300px;*/
}
.cat_card img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
}


.cat_card .btn_my{
	margin-top: 0px;
	float: right;
}



@media(max-width: 1400px){
	.cat_card_title{
		/*max-width: 267px;*/
		margin-top: 0;
		margin-bottom: 22px;
	}

	.cat_card .btn_my{
		
		max-width: fit-content;
	}

	
	.cat_card {
		display: flex;
		flex-direction: column;}
	
	
	.cat_card .btn_my.btn_arrow:after{
		right: 15px;}
}


@media(max-width: 992px){
	.cat_card{
		width: 100%;
		height: 145px;
		/*display: flex;
		align-items: center;
		justify-content: space-between;*/
	}
}
@media(max-width: 422px){
	.cat_card_title{
		font-size: 20px;
	}
}