.listing-group {
    margin-top: 160px;
}

.listing-group p {
    color: #F7971D;
    border-bottom: solid 1px #F7971D;
    font-size: 32px;
    padding-bottom: 10px;
}

.listing-group ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.listing-group ul li {
    list-style: none;
    margin-bottom: 40px;
}

.listing-group ul li a {
    border: none;
    font-weight: normal;
}

.listing-group ul li::before {
    display: none;
}