.counters [class*="fa-"],
.counters .icons {
    display: block;
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    #header .header-nav-main nav>ul>li>a {
        display: inline-flex;
        align-items: center;
        white-space: normal;
        border-radius: 4px;
        color: #CCC;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        padding: 0.5rem 1rem;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        text-decoration: none;
    }
}

section.section {
    background: #f7f7f7;
    border-top: 5px solid #f1f1f1;
    margin: 20px 0 0 0;
    padding: 50px 0;
}
section.section2 {
    background: #f7f7f7;
    border-top: 5px solid #f1f1f1;
    margin: 50px 0;
    padding: 8px 0;
}
.page-header.page-header-modern.page-header-md-custom {
	padding: 22px 0;
	margin: 0 0 30px 0 ;
}