.section-pt {
    padding-top: 80px;
}
.section-pb {
    padding-bottom: 80px;
}
.location-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.location-items li {
    flex-basis: 25%;
}
.location-items li a {
    font-weight: 700;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
.location-items li a:hover {
    border-color: transparent;
    transition: 0.3s;
}
.location-items li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: 1px;
    background: #000;
}
