/*
Theme Name: Legacy Insure Me Now
Theme URI: https://nuhatech.org
Description: A custom theme built for Legacy Insure Me Now by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	
}
.ntequalbox {
    min-height: 175px;
}
.ntnashow {
	display: none;
}
.nth3 h3 {
    font-size:28px !important;
}
@media (max-width:600px) {
	.ntnashow {
	display: block;
}
	.nth3 h3 {
		font-size:26px !important;
}
	.ntmyhero:before {
	background-image: linear-gradient(70deg, var(--e-global-color-95199d1) 0%, #0000005c 85%) !important;
}
	.ntequalbox {
    min-height: 10px;
}
	}