@media (max-width: 359px) {
	.btn {
		margin: 10px 5px!important;
		margin-top: 10px !important;
		margin-right: 5px !important;
		margin-bottom: 10px !important;
		margin-left: 5px !important;
	}
}

.emphasized-block{
	padding: 100px 0px;
	/*-background: #f5f5f5;*/
	background: #f8f8f8;
}
.emphasized-block.eb-top{
	padding: 100px 0px;
	margin-bottom: 100px;
	/*border-top: 5px solid #fbc751;
	border-bottom: 5px solid #fbc751;*/
}
.emphasized-block.eb-bottom{
	padding: 100px 0px 160px 0px;
	margin-top: 70px;
	margin-bottom: -160px;
	border-bottom: 5px solid #fbc751;
	text-align: center;
}