
div#about img.shadow {
	box-shadow: 5px -3px var(--rgba-primary-8) !important;
	border-radius: 0;
}

div#certificates {
	margin-top: 40px;
}

div#certificates a {
	float: right;
}

div#certificates i.fa:before {
	font-size: 50px;
	padding: 50px;
}

div#certificates img {
	border: 1px solid lightgrey;
}

@media only screen and (min-width: 1000px) {
	div#certificates img {
		width: 80%;
	}
	
	div#certificates i.fa:before {
		padding: 50px;
	}
}

@media only screen and (max-width: 999px) {
	
	div#certificates a {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
}
