.love-eFIK__content-text {
	margin-top: 159.8px;
	margin-right: 1.5rem;
}

.love-eFIK__title {
	font-size: 24.8px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.35;
	letter-spacing: normal;
	color: var(--white);
	text-align: center;
}

.love-eFIK__text {
	/* width: 306.7px; */
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: var(--dark-invert);
	margin-bottom: 1rem;
}

.love-eFIK__author {
	font-size: 15.3px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: var(--white);
}

.love-eFIK__author-position {
	font-family: var(--WorkSans);
	font-size: 11.7px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: var(--grey);
}

.love-eFIK__content-image {
	margin-top: 141.8px;
}

.love-eFIK__image {
	border-radius: 6px;
}

@media (max-width: 767px) {

	.love-eFIK__content-image {
		display: none;
	}

	.love-eFIK__title {
		margin: 0 auto;
	}

	.love-eFIK__content-text {
		margin-top: 30px;
		margin-right: 0;
	}

	.love-eFIK__text {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	.love-eFIK__title {
		margin: 0 auto;
	}

	.love-eFIK__content-text {
		margin-top: 30px;
	}

	.love-eFIK__content-image {
		margin-top: 40px;
	}
}

/*botones para el slider de esta seccion*/
.container-slider {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.line-slider {
	width: 56.1px;
	height: 7px;
	border-radius: 4px;
	margin-right: 12.4px;
}
.line-slider-primary {
	background-color: var(--primary);
}
.line-slider-secondary {
	background-color: var(--grey);
}
@media (min-width: 768px) {
	.container-none {
		display: none;
	}
}
@media (min-width: 995px) {
	.love-eFIK__text {
		width: 790px;
	}
	.love-eFIK__content-text {
		text-align: center;
	}
}
.love-eFIK__content-text {
	margin: 58px 0 50px 0;
}
