.sxn-above-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100px;
	background-color: #549f02;
}
.sxn-above-footer .col-12 h2 {
	font-size: 45px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  text-align: center;
}

footer {
  padding: 2rem;
  background-color: #141618;
  font-size: 15px;
  color: #fff;
}
footer a {
	color: #41ad49;
	text-decoration: none;
}
footer .widget-social {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
footer .widget p {
	margin-bottom: 0;
}
footer .widget .social {
	margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
footer .widget .social a {
	padding: 10px 15px;
	color: #fff;
	font-size: 1rem;
}

@media (max-width: 768px){
	
	footer .widget-social
	{
		flex-direction: column;
		margin-top: 20px;
	}
	
	footer ul.social 
	{
		margin-top: 20px !important;
	}
	
	
}

