.border {
    border-top: 1px solid #8dc03f;
    height: 5px;
    margin: 15px auto 0; 
    position: relative;
    width: 35%;
    margin-bottom: 40px;
}

.border::before {
    background-color: #8dc03f;
    border: 1px ridge #8dc03f;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -6px;
    width: 40px;
}

.footer-widgets-grid {
  padding-top: 0px;
  padding-bottom: 0px;
}