.iessp-curso-titulo,
.iessp-curso-descricao-data,
.iessp-curso-valor,
.iessp-curso-descricao-valores {
	box-sizing: border-box;
	font-family: inherit;
}

.iessp-curso-titulo {
	color: #ffffff;
	font-size: clamp(34px, 4.4vw, 62px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: .98;
	text-transform: uppercase;
}

.iessp-curso-descricao-data {
	color: #0065d9;
	font-size: clamp(26px, 3.2vw, 39px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 26px;
	max-width: 760px;
	text-transform: uppercase;
}

.iessp-curso-descricao-data::after {
	background: #9b6241;
	content: "";
	display: block;
	height: 5px;
	margin-top: 26px;
	width: 46px;
}

.iessp-curso-descricao-data p,
.iessp-curso-descricao-valores p {
	margin: 0 0 22px;
}

.iessp-curso-descricao-data p:last-child,
.iessp-curso-descricao-valores p:last-child {
	margin-bottom: 0;
}

.iessp-curso-valor,
.iessp-curso-descricao-valores {
	color: #07152d;
	font-size: clamp(15px, 1.55vw, 17px);
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.65;
	text-transform: uppercase;
}

.iessp-curso-valor {
	margin-bottom: 8px;
}

.iessp-curso-imagem {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

@media (max-width: 767px) {
	.iessp-curso-titulo {
		font-size: 36px;
	}

	.iessp-curso-descricao-data {
		font-size: 28px;
	}
}
