.contenedor {
	display: flex;
	justify-content: center;
}

.terminos__container-text {
	width: 753px;
}
.terminos__item {
	cursor: pointer;
}

.terminos__item:hover {
	background-color: inherit;
	color: var(--primary);
}

.strong {
	border-bottom: #2b292d solid 3px;
	width: auto;
	color: #2b292d;
	font-weight: bold;
}

.terminos__list {
	display: flex;
}

.terminos__title {
	color: #2b292d;
}
.terminos__text {
	color: #2c3241;
}

@media (max-width: 753px) {
	.contenedor {
		display: block;
	}

	.title-principal {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.terminos__item {
		margin-right: 20px;
	}
	.terminos__item {
		padding-bottom: 9px;
	}
	.line-base {
		margin-bottom: 30px;
	}
	.terminos__title {
		margin: 30px 0 16px 0;
	}
	.terminos__container-text {
		width: 100%;
	}
}
@media (min-width: 753px) {
	.title-principal {
		font-size: 44px;
		margin-bottom: 69px;
	}
	.line-base {
		margin-bottom: 121px;
	}
	.terminos__item {
		padding-bottom: 25px;
		margin-right: 30px;
	}
	.terminos__title {
		font-size: 28px;
		margin-bottom: 26px;
	}
	.terminos__text {
		font-size: 24px;
		line-height: 1.42;
	}
}
@media (min-width: 753px) {
	.title-principal {
		font-size: 64px;
		letter-spacing: -0.5px;
	}
}
