.servicios {
	background-color: var(--basewhite);
}

.imageServicios {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
		url("img/ImgenIII.jpg");
	width: 100%;
	height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

.servicesUL {
	margin-left: 8%;
	margin-bottom: 1rem;
}

.servicesUL>li {
	margin-top: 0.8rem;
}


@media (min-width: 850px) {
	.imageServicios {
		background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
			url("img/ImagenIIIDESK.jpg");
		width: 100%;
		height: 140vh;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 35% 100%;
	}
}

@media (min-width: 1550px) {
}
