.text_center_button {
	background-color: #3E3737;
	color: white;
	height: 460px;
}

.inside_block {
	width: 667px;
	padding-top: 105px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

h2.title_textcenterbutton {
	text-align: center;
	padding-bottom: 35px;
	font-size: 25px;
}

.text_textcenterbutton {
	line-height: 25px;
	padding-bottom: 50px;
}

.read_more_button3 {
	background-color: white;
	color: #3e3737;
	font-weight: 700;
	font-size: 12px;
	max-width: 194px;
	padding: 9px 30px;
	border-radius: 3px;
}

.link_wrapper3 {
	text-align: center;
}

@media (max-width: 767px) {
	.inside_block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.text_center_button {
		height: auto;
	}
}
