.heading-menu,#customers,#allFea,.btmBar{
    display: none;
}
.event-res {
    display: flex;
    list-style: none !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 !important;
    margin: 40px 0;
}
.event-res li a {
    padding: 20px;
    width: 100px;
    line-height: normal;
    background-color: #eee;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 100%;
    border-radius: 10px;
    text-decoration: none;
    gap: 10px;
    color: #000;
}
.event-res li a img {
    height: 40px;
}
.event-res li a span {
    width: 100%;
    text-align: center;
}
