.presentation-block {
	border-radius: 23.13px;
	min-height: 334px;
	background-image: url(/images/form_present.webp);
	background-repeat: no-repeat;
	background-size: contain;
	color: #fff;
   	margin-top: 70px;
}
.presentation-block__wrapper {
	padding: 62px 86px;
}
.presentation-block__title {
	font-size: 35px; 
	font-weight: bold;
}
.presentation-block__subtitle {
	font-size: 35px;
}
.presentation-block__button {
	border: 0;
	font:inherit;
	background: #fff;
	color: #014EB9;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	border-radius:71.25px;
	line-height: 1;
	padding: 17px 33px;
	margin-top: 26px;
	cursor: pointer;
}
@media (max-width: 550px) {
	.presentation-block {
		background-image: url(/images/form_present--mobile.webp);
		min-height: 506px;
       	 	background-size: cover;
border-radius: 6px;	
	}
	.presentation-block__wrapper {
		padding: 45px 35px;	
		
	}
	.presentation-block__title {
		font-size: 26px;
	}
	.presentation-block__subtitle {
		font-size: 26px;
	}
	
}