body {
	background:#d6dbdf;
	font-family:"Roboto",sans-serif;
}
.ceo {
	position:absolute;
	bottom:0;
}
h4 {
	color:#58595b;
	font-weight:300;
}
.text-justified p {
	line-height:1.8;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.99);
}

.fas, .fab {
	font-size:24px;
}
.fab {
	font-size:36px;
}

@media (max-width: 768px){
	.ceo {
		display:none;
	}
}