.home-programs .info .info-l a {
	gap: 5px;
}

.home-programs .info {
	text-align: left;
}

.home-programs .media .media-t {
	text-align: left;
}
.home-programs .info h4 {
	text-align: left;
}
.home-programs .media .media-t {
	text-align: left;
}

/* Estados botones */
@media (min-width: 920px) {
	.home-programs .info h4 {
		font-size: 1.6em;
	}
}

@media (min-width: 1180px) {
	.home-programs {
		display: flex;
		justify-content: space-around;
	}
}

/* a[class*='btn-bordered'] {
	height: 48px !important;
	display: flex !important;
	align-items: center;
}

a[class*='btn-primary'] {
	height: 48px !important;
	display: flex;
	align-items: center;
} */
.btn-secondary-2,
.btn-secondary-1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: -0.01em;
	border-radius: 8px 0 8px 0;
	padding: 12px 32px;
	justify-content: center;
}

.btn-secondary-2 {
	background: #e9712d;
	color: #fff;
	border-color: #e9712d;
}
