/**
* Theme Name: Finlon Child
* Description: This is a child theme of Finlon, generated by Merlin WP.
* Author: <a href="https://wowpixelweb.com">Udayraj</a>
* Template: finlon
* Version: 1.2.0
*/

/* finlon custom styles */

.benefit-two__fact__text {
    text-align: center;
}

.benefit-two__fact__content {
    display: flex;
    align-items: center !important;
    flex-direction: column;
}

.benefit-two__fact {
    display: flex;
    align-items: center;
    flex-direction: column;
    top: 0 !important;
}

.advantages-on-home {
	margin: 40px 0;
}

@media (min-width: 1200px) {
	.benefit-two__fact {
	    margin-top: 0;
	    top: 120px;
	}
	.benefit-two__fact::before {
	    display: none !important;
	}
}
