/*- Made by DeMETAL (c) 2021 >>> -*/
/* velestbox@gmail.com */

/*
c_body #313131
bg_blue #56ace0
bg_blue_d #2f375f
bg_red #dd2b1c
bg_dark #313131
*/

/* well_text >>> */
.well_site .main_wrap h1 {
	width: auto;
	font-size: 32px;
}
.well_text .text {
	color: #2f375f;
	font-size: 28px;
	line-height: 1.2;
	font-weight: bold;
}
.well_text .img {
	width: 150px;
}
/* well_text <<< */

/*** MEDIA >>> ***/
/* sm */
@media screen and (min-width: 576px) {
	.well_site .main_wrap h1 {
		font-size: 38px;
	}
	.well_text .text {
		font-size: 32px;
		line-height: 1.2;
	}
}
/*** MEDIA <<< ***/
/*- Made by DeMETAL (c) 2021 <<< -*/