.centered-content {
	text-align: center;
}

.centered-content h2 {
	margin-bottom: 32px;
}

.centered-content .buttons {
	margin-top: 47px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 13px;
}

.centered-content .buttons > .button {
	margin: 0 6px;
}

section.centered-content img {
	height: auto;
}

@media (max-width: 450px){
	section.centered-content {
		margin-top: 70px !important;
    	margin-bottom: 50px !important;
	}

	.centered-content .buttons > .button {
		width: 100%;
		max-width: 360px;
	}

	.half-image-half-content + .centered-content {
		bottom: 100px;
		position: relative;
		margin-bottom: -100px!important;
	}
}