.wrap_row:nth-child(2) {
	margin-top: 130px;
	margin-bottom: 100px;
}

.six.columns {

}

.select_btn {
	display: table;
	width: 100%;
	height: 300px;
	background-color: #006699;
	border: 5px solid #FFFFFF;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 2.0em;
	font-weight: 600;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select_btn:hover {
	background-color: #ffffff;
	border: 5px solid #006699;
	color: #006699;
}

.select_btn > div{
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

p.sbtn_description {
	font-size: 0.6em;
	font-weight: 500;
}

@media (min-width: 550px) {
	.six.columns {
		margin-left: 4%;
	  	width: 46%;
	}

	.six.columns:nth-child(1) {
		margin-left: 3%;
	}
}

@media only screen and (max-width: 400px) {
	.wrap_row:nth-child(2) {
		margin-top: 40px;
		margin-bottom: 100px;
	}
}