.ed-heading-top {
    width: 100%;
    padding: 50px 0;
    margin-top: 20px;
}

.ed-heading-top .location-content ul {
    list-style-type: none;
}

.ed-heading-top .location-content ul li {
    padding: 5px;
    margin: 5px;
    font-weight: 600;
    font-size: 15px;
    color: #ffc107;
    text-align: center;
    border-radius: 5px;
    border-left: 8px solid #ffc107 !important;
    border-right: 8px solid #ffc107 !important;
    border: 1px solid #ffc107;
    text-transform: uppercase;
}