.services-section__title {
	margin-bottom: 51px;
	border-bottom: var(--primary) solid 1px;
}

.services-section__text {
	margin-bottom: 11px;
}

.container-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.listen-card {
	width: 367px;
	height: 300px;
	border-radius: 8px;
	box-shadow: 0 25px 34px 0 rgba(0, 0, 0, 0.1);
	background-color: var(--white);
	position: relative;
	margin-bottom: 16px;
}
.listen-card:hover {
	border: solid 1px var(--info);
}

.listen-card__body {
	padding: 2rem;
}

.listen-card__link {
	position: absolute;
	bottom: 1.5rem;
	right: 1.5rem;
	width: 148px;
	height: 26px;
	font-family: var(--WorkSans);
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	color: var(--info);
	text-decoration: underline;
}
.listen-card__link--apart {
	bottom: -1.25rem;
}

.listen-card__link:hover {
	color: var(--info);
}

@media (min-width: 992px) {
	.container-cards {
		display: flex;
		justify-content: space-around;
	}
	.listen-card {
		margin: 0 16px 16px 0;
	}
}

@media (min-width: 1200px) {
	.container-cards {
		display: flex;
		justify-content: initial;
	}
}

@media (max-width: 991px) {
	.listen-card {
		width: 100%;
		min-height: 134px;
		height: auto;
	}
	.listen__image {
		width: 64px;
		height: 53.4px;
		margin-top: 16px;
		margin-left: 16px;
	}
	.listen-card__title {
		font-size: 16px;
		margin: 11px 64px 11px 16px;
	}
	.listen-card__title--apart {
		margin-top: 0;
	}
	.listen-card__body {
		padding: 0;
	}
	.listen-card__link {
		display: none;
	}
}
@media (min-width: 992px) {
	.arrow-blue {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.header-space {
		padding-top: 50px;
	}
	.services-section__text {
		margin-bottom: 14px;
	}
}
