.services-banner {
	background-color:#147588;
	padding-top: 182px !important;
}

.services-banner h1 {
	text-align: center;
}

.services-banner .subtitle {
	text-align: center;
}

.services-banner .buttons {
	display:flex;
	align-items:center;
	gap:32px;
	max-width:590px;
	margin:auto;
	margin-bottom:82px;
}

.services-banner .buttons .btn {
	width:100%;
}


@media screen and (max-width: 600px) {
	.services-banner .buttons {
		flex-direction: column;
	}
}