.about{
	width: 100%;
}

.about .offer_list{
	display: none;
}

.about .offer_desc{
	width: 50%;
	margin-left: 0;
}

.about .offer_desc h5{
	padding-bottom: 20px;
}

.sign_up{
	width: 44%;
	height: 0;
	padding-bottom: 44%;
	position: absolute;
	top:11%;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('./../img/signup_img.jpg');
	background-size: cover;
}

.sign_up .default_font {
	padding-left: 10%;
	color: #fff;
	text-transform: uppercase;
}

.sign_up .default_font h4{
	font-weight: 800;
	line-height: 60px;
	padding-bottom: 90px;
}

.sign_up .default_font h4 span{
	font-weight: 900;
}

.sign_up .default_font .button3 > a{
	color: #fff;
}

.about .offer{
	position: relative;
	padding-bottom: 14%;
}