a {
    color: inherit !important;
}

a:hover {
    text-decoration: none;
}

.event-gallery-main {
    margin-top: 7rem;
}

.event-gallery-info {
    display: flex;
    justify-content: space-between;
}

.event-gallery-label-icon {
    justify-content: center;
    align-items: center;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.custom-col {
    padding: 8px;
}

.quotes-img-gallery {
    padding: 20px 0;
}

.event-gallery-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 3px;
}

@media (min-width: 768px) {
    .col-d-4 {
        width: 25%;
    }

    .col-d-3 {
        width: 33.33%;
    }
}

@media (max-width: 767.98px) {
    .col-m-3 {
        width: 33.33%;
    }

    .col-m-2 {
        width: 50%;
    }
}