#footer-widgets {
    background: url(../img/footer-bg.png) no-repeat center;
    padding: 80px 0;
    color: #363636;
}


h1, h2, h3, h4, h5, h6 {
    color: #78e08f;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 1px solid #78df8f;
}