.faSymbols{
	width: 300px;
    height: 200px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
	font-size: 58px;

}

.faSymbolsSmall{
	width: 400px;
    height: 200px;

    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
	font-size: 28px;

}

.paddingBottom{
	padding-bottom:14px
}