.up_coming {
    background-color: #d8d8d8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 4px 3px #b3b3b3;
    overflow: hidden;
    z-index: 0;
}

.pd-5 {
    padding-bottom: 5.5% !important;
}

/* .marquee {
    overflow: hidden;
    z-index: 0;
    animation: cssmarquee 10s alternate infinite;
}

.marquee:hover {
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes cssmarquee {
    0% {
        transform: translateY(100%);

    }

    100% {
        transform: translateY(-100%);
    }
} */