h1.h1 { font-size: 30px !important; font-family: avenir-next-lt-pro-bold !important; color: #073148; margin-bottom: 35px !important; }
.first_text { font-size: 20px !important; color: #073148; margin-bottom: 30px !important; }
.block { background: white; padding: 20px; border-radius: 12px; box-shadow: 0 4px 16px 0 rgb(195 205 224 / 60%); }
.block h2.h2 { font-size: 22px !important; color: #073148; margin-top: 0px !important; margin-bottom: 10px !important; }
.block h2.h2 span { font-family: avenir-next-lt-pro-bold !important; }
.block p { font-size: 18px !important; color: #073148; }
.block p span { font-family: avenir-next-lt-pro-bold !important; }
.block.block_right p { font-size: 16px !important; }
.block a { background: #97ff73 !important; border-radius: 10px; font-size: 14px !important; color: #00b86c !important; 
	font-family: avenir-next-lt-pro-bold !important; }
.block a:hover { box-shadow: 0 4px 18px 0 rgba(0, 184, 108, 0.9); }

@media only screen and (max-width: 750px) {
	h1.h1 { font-size: 23px !important; }
	.first_text { font-size: 16px !important; }
	.block { margin-bottom: 25px !important; }
	.block .col-12 { padding-left: 0px !important; padding-right: 0px !important; }
	.block.block_right { margin-bottom: 0px !important; }
	.block h2.h2 { font-size: 18px !important; }
	.block .col-12.col-md-2 { text-align: center !important; }
	.block .col-12.col-md-2 img { width: 30% !important; margin-bottom: 15px !important; }
	.block p, .block.block_right p { font-size: 14px !important; }
}

























