/* Event Upcoming Card */
.event-upcoming-card{
    text-align: center;
    padding-top: 25px;
    background-color: #e8aa01;
    background-size: cover;
    height:180px;
    box-shadow:0 1px 6px 0 rgb(195, 185, 185), 0 1px 6px 0 rgb(224, 216, 216);
    border-radius: 9px;
    @media screen and (max-width:768px){
        height: 150px;
    }
}

.upcoming-heading{
    color:#000;
    font-family: 'Roboto';
    font-size: 30px;
    @media screen and (max-width:768px){
        font-size: 18px;
    }
}


.Upcoming-description{
    font-size: 25px;
    font-family: 'Roboto';
    @media screen and (max-width:768px){
        font-size: 15px;
    }
}

.register-button{
    color: #fff;
    background-color: #fff;
    border: 0.5px solid #000000;
    width:100%;
    height: 80px;
    padding: 10px;
    margin-top: 0px;
    border-radius: 5px;
    @media screen and (max-width:768px){
        margin-top: 80px;
        margin-bottom: 0px;
    }
}

.event-card-1{
    display:flex;
    box-shadow:0 1px 6px 0 rgb(195, 185, 185), 0 1px 6px 0 rgb(224, 216, 216);
    border-radius: 9px;
    margin-bottom: 10px;
    @media screen and (max-width:768px){
        flex-direction: column;
        background-size: cover;
        height: 425px;
    }
}

.event-1-img{
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    @media screen and (max-width:768px){
        border-top-right-radius: 9px;
        border-bottom-left-radius: 0px;
    }
}

.right-side{
    margin-left: 10px;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
    padding-top: 15px;
}

.donation-card{
    width: 75vw;
    text-align: center;
}

.donation-card a img{
    width: 600px;
}

@media only screen and (max-width: 786px){
    .donation-card a img{
        width: 550px;
    }
}