.section#banner_1 {
  width: 100%;
  height: auto;
  margin-top: 47px;
}

.section#main_page {
	padding-bottom: 50px!important;
}

#main_page .col-sm-7, #main_page .col-sm-5 {
	padding-right: 0!important;
	padding-left: 0!important;
	background-color: rgb(33, 33, 33);
}

.mt50 {
	margin-top: 50px!important;
}

#main_page .col-sm-5 {
	padding-left: 35px!important;
	padding-right: 35px!important;
	padding-top: 15px!important;
}

.section h1 {
	color: white;
	font-size: 55px;
	margin-bottom: 20px;
}

.section h3 {
	color: white;
	font-size: 26px;
	font-weight: 200;
}

.section p {
	color: white;
	font-size: 16px;
}

.red_button {
	background-color: rgb(226, 0, 27);
	padding: 10px 20px;
	color: white;
	font-size: 22px;
}

.red_button:hover {
	color: grey !important;
}

.absolute_btn {
	position: absolute;
	bottom: 22px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.gray_back {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	background-color: rgba(33, 33, 33, 0.3);
}

.gray_back h2 {
	color: white;
	font-size: 40px;
	font-weight: bold;
}

.gray_back h2 span {
	color: rgb(226, 0, 27);
}

.section#main_page label {
	color: white;
	font-size: 20px;
	font-weight: 300;
	margin-top: 30px;
}

.section#main_page .custom_input {
	background: white;
	width: 100%;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 8px 15px;
}

.section#main_page .custom_input::placeholder {
  color: gray;
  font-style: italic;
}

@media (max-width: 768px) {
	.section#banner_1 {
	  margin-top: 38px;
	}

	.section h1 {
		font-size: 45px;
	}

	.section h3 {
		font-size: 30px;
	}

	#main_page .col-sm-7, #main_page .col-sm-5 {
		padding-right: 10px!important;
		padding-left: 10px!important;
		height: 300px!important;
	}
	.gray_back {
		width: 95%;
	}
	.gray_back h2 {
		font-size: 30px;
	}
}

@media (width: 768px) {


	.section h3 {
		font-size: 30px;
	}
	.section h1 {
		font-size: 40px;
	}

}
