/*  Start Ultimate Goal */

.ultimate_goal_wrap {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.65rem; 
}

.ultiamte_butn_pop {
	display: inline-block;
	padding: 5px;
	background: #61B329;
	color: white;
	border: 2px solid white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ult_butn_sq  {
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	background: white;
	color: red;
	border: 2px solid red;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
	margin-left: 5px;
}

.ult_butn_sq:hover {
	background: red;
	color: white;
	box-shadow: none;
}


@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {
	
	.ultimate_goal_wrap {
		font-size: 1.5rem; 
	}

	.ultiamte_butn_pop {
		width: 80%;
		margin-right: 0px;
		margin-left: 0px;
	}

}