.wrapper__cat-main{}
.wrapper__cat-main .row{margin:-5px}
.wrapper__cat-main .col-md-4{padding:5px}
.wrapper__cat-main .col-md-4 a{display:block; position:relative}
.wrapper__cat-main .col-md-4 a:hover{box-shadow:0 0 8px 0 rgb(153 153 153 / 80%)}
.wrapper__cat-main .col-md-4 img{width:100%; height:auto}
.wrapper__cat-main .col-md-4 span{border-radius:50px; text-align:center; background:#fff; line-height:40px; color:#333; font-size:20px; position:absolute; bottom:30px; left:30px; right:30px;}
.wrapper__cat-main .col-md-4 a:hover span{text-decoration:underline}
@media(max-width:1199px){
	.wrapper__cat-main .col-md-4 span{line-height:38px; font-size:18px; bottom:20px; left:20px; right:20px;}
}
@media(max-width:991px){
	.wrapper__cat-main .col-md-4 span{line-height:36px; font-size:16px; bottom:10px; left:10px; right:10px;}
}
@media(max-width:575px){
	.wrapper__cat-main .col-md-4 span{line-height:34px; font-size:14px}
}
@media(max-width:420px){
	.wrapper__cat-main .col-md-4{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}
