.circliful {
    position: relative; 
}

.circle-text, .circle-info, .circle-text-half, .circle-info-half {
    width: 100%;
    position: absolute;
    text-align: center;
    display: inline-block;
}

.circle-text
{
	line-height:150px;
}

.circle-info-half
{
	font-size:15px;
	
}

.circle-info, .circle-info-half {
	color: #D1AC4E;
	
}

.circliful .fa {
	margin: -10px 3px 0 3px;
	position: relative;
	bottom: 4px;
}
