#nfa-title-text-link-backgroundcolor-wrapper {
}

#nfa-title-text-link-backgroundcolor-wrapper .nfa-title-text-link-backgroundcolor-container {
	padding: 70px 8.33333% 70px 0;
}

#nfa-title-text-link-backgroundcolor-wrapper .nfa-title-text-link-backgroundcolor-container p:last-of-type {
}

#nfa-title-text-link-backgroundcolor-wrapper .nfa-title-text-link-backgroundcolor-container h2 {
	color: #E6957D;
	margin-bottom: 35px;
}

#nfa-title-text-link-backgroundcolor-wrapper .nfa-title-text-link-backgroundcolor-container a.nfa-title-text-link-backgroundcolor-link-to {
	color: #000000;
	font-weight: normal;
	transition: all .2s ease-in-out;
}

#nfa-title-text-link-backgroundcolor-wrapper .nfa-title-text-link-backgroundcolor-container a.nfa-title-text-link-backgroundcolor-link-to:hover {
	color: #EA9D83;
	transition: all .2s ease-in-out;
}

#nfa-title-text-link-backgroundcolor-wrapper .nfa-title-text-link-backgroundcolor-container a.nfa-title-text-link-backgroundcolor-link-to::after {
	font-family: 'Fontawesome';
    content: '\f105';
    font-size: 14px;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}

#nfa-title-text-link-backgroundcolor-wrapper .nfa-title-text-link-backgroundcolor-container a.nfa-title-text-link-backgroundcolor-link-to:hover::after {
    font-size: 14px;
    color: #EA9D83;
    margin-left: 25px;
    transition: all .2s ease-in-out;
}


@media( max-width: 767px ) {
	#nfa-title-text-link-backgroundcolor-wrapper .nfa-title-text-link-backgroundcolor-container {
    	padding: 70px 0 70px 0;
	}
}