.actions-list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 50px;
}
.actions-item{
	width: 100%;
	max-width: 305px;
	height: 361px;
	background-size: cover;

}
.actions-item-wrap{
	background: rgba(58, 58, 58, 0.7);
    padding: 29px 22px;
    font-size: 12px;
    width: 100%;
}
.actions-item-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.actions-item-link{
	text-decoration: none;
	display: flex;
	align-items: end;
	height: 100%;
}