.fme-heading h1, .fme-heading h2, .fme-heading h3, .h2-lookalike, .h3-lookalike {
	font-weight: 300 !important;
}

.h2-lookalike, .h3-lookalike {
	display: block;
}

.fme-heading i {
    font-size: 25px;
	padding: 25px;
	margin-right: 10px;
    color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	background: linear-gradient( 
135deg
 , rgba(230, 0, 0, 1) 0%, rgba(222, 0, 75, 1) 100%);
}