.fa {
	font-weight: 400 !important;
}



a {
	text-decoration: none;
}




.main-content {
	margin: 10px;
	color: #ffffff;
	font-weight: bold;
}

.icon-wrapper a {
	display: block;
	text-decoration: none;
	color: inherit;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.icon-wrapper a:hover {
   color: #FFD124;
   transition: all .4s ease;
}
.icon-wrapper img {
	display: block;
	width: 82%;
	height: auto;
	border-radius: 20px;
	margin: 20px auto;
}
