.banner {
	min-height: 97vh;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
	margin-top: -95px;
}

.home .highlighted-title {
	font-size: 50px;
}

.highlight {
	color: #E4AD08;
	font-weight: 600;
}

.home .title {
	font-size: 35px;
}

.vantagens {
	gap: 10px;
}

.vantagens > img {
	width: 48px;
	height: 48px;
}

.vantagens > span {
	color: #00898F;
	font-size: 20px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.highlighted-title {
		font-size: 35px !important;
	}
	
	.home .title {
		font-size: 28px !important;
	}

	.banner {
        height: 600px !important;
        min-height: 350px;
    }
}

@media (max-width: 575px) {
	.vantagens {
		text-align: center;
		align-items: center;
	}
}