.movies .counter{
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5714;
}
.movies .row{
	gap: 60px 0;
}
.movies a{
	display: block;
	font-style: normal !important;
	text-decoration: none !important;
	color: var(--wp--preset--color--dark-grey) !important;
}
.movies .poster{
	position: relative;
}
.movies .play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.movies .title{
	margin-top: 20px;
}