.action__block{height:100%; padding:15px; background: rgba(255,255,255,0.4);border: 1px solid rgba(79,45,92,0.2); text-decoration:none !important}
.action__block-cover{position:relative}
.action__block-cover img{border: 1px solid #fff;box-shadow: 0 0 0 3px rgb(79 45 92 / 20%); width:100%; height: 220px; object-fit:cover}
.action__block-title{display:block;color: #4f2d5c;font-size: 18px;font-weight: 700;padding: 0;text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 70px;margin-top: 15px;margin-bottom: 10px;line-height: 24px;}
.action__block:hover .action__block-title{color:#000}
.action__button{background:rgba(79,45,92,0.8);position:absolute;top:0;left:0;right:0;bottom:0;opacity: 0;}
.action__button span{border:2px solid #fff;width: 200px;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);font-size: 20px;color: #fff;text-align: center;line-height: 42px;}
.action__block:hover .action__block-cover span{opacity:1}
.action__button span:hover{background:#fff; color:#4f2d5c}
@media(max-width:1229px){
	.action__block-cover img{height: 180px;}
	.action__block-title{font-size: 16px; height: 80px; line-height: 20px;}
}
@media(max-width:767px){
	.action__block-cover img, .action__block-title{height: auto}
}