.tr-puntos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem 3rem;
}

.tr-puntos__item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.tr-puntos__icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tr-puntos__icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: block;
}

.tr-puntos__text {
	flex: 1;
	min-width: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--tr-black, #1a1a1a);
}

.tr-puntos__text p {
	margin: 0;
}

.tr-puntos__text strong,
.tr-puntos__text b {
	font-weight: 600;
}

@media (max-width: 600px) {
	.tr-puntos {
		grid-template-columns: 1fr;
	}
}
