#offer_row {
	padding: 80px 100px;
}

#offer .stroke_bt {
	display: inline-block;
	background: transparent;
    color: #233163;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 20px;
	transition: .4s all;
	-moz-transition: .4s all;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
}

#offer .stroke_bt:hover {
    transform: scale(0.8);
	background: #f00;
	color: #fff;
	border: solid 1px #fff;
}

#offer .offer_title {
	margin-bottom: 20px;
	position: relative;
	z-index: 9;
}

#offer p {
	margin-bottom: 40px;
}

#offer .numer {
	position: absolute;
	z-index: 5;
	top: -50px;
	left: -30px;
	font-family: 'Oswald', sans-serif;
	font-size: 5em;
	font-weight: 600;
}

#offer .even .numer {
	color: #fff;
}

#offer .odd .numer {
	color: #F6F8FB;
}

@media (max-width: 576px) {
	#offer_row {
		padding: 30px;
	}
	
	#offer .stroke_bt {
		display: inline-block;
		margin-bottom: 15px;
		min-width: 45%;
		text-align: center;
	}
}

#no_code_row .offer_title {
	padding-top: 2em;
}

#no_code_row .offer_thumb,
#no_code_row .offer_col {
	float: left;
	width: 50%;
}

#no_code_row .offer_col {
	padding: 0 5em
}

#no_code_row #func_links {
	display: flex;
}

#no_code_row .func_col {
	text-align: left;
}

#no_code_row .func_box h2 {
	font-size: 1em;
}

#no_code_row .func_box p {
	font-size: 0.9em;
}

#no_code_row .offer_thumb img {
	max-width: 550px!important;
}

@media (max-width: 576px) {
	#no_code_row .offer_thumb,
	#no_code_row .offer_col {
		float: unset;
		width: 100%;
	}
	#no_code_row .offer_col {
		padding: 0 1em
	}

	#no_code_row .func_col {
		text-align: center;
	}
	
	#no_code_row #func_links {
		display: block;
	}
	
	.func_box img {
		display: inline-block;
	}
}

