#events {
    height: max-content;
    padding: 20px 100px 40px 100px;
    background-color: #62939e;
    margin: 40px 0 0 0 ;
}

.events-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}

.event {
    background-color: #fff; 
    width: 300px;
    margin: 10px 20px;
    border-radius: 7px;
    height: max-content;
    padding-bottom: 10px;
}

.event img {
    border-radius: 7px 7px 0 0;
    width: 100%;
    height: 33vh;
}

.event-info h3 {
    margin: 0;
}

.event-info {
    padding: 10px 20px;
}

.event-info .event-h {
    display: flex;
    justify-content: space-between;
}

.event-info h5 {
    margin: 10px 0 0 0;
}

.event-info p {
    min-height: 78px;
    font-size: 15px;
    color: #707070;
}

.event-info input {
    cursor: pointer;
    padding: 15px 30px;
    font-size: 18px;
    width: 100%;
    border-radius: 7px;
    color: white;
    border: none;
    font-weight: 700;
    transition: 0.2s all;
    background-color: #62939e;
}

.event-info input:hover {
    background-color: #336166;
}

@media (max-width: 1220px) {
    .event3 {
        margin-top: 30px;
    }
}

@media (max-width: 879px) {
    .event2 {
        margin-top: 30px;
    }

}

@media (max-width: 425px) {
    .event {
        margin-right: 0;
        margin-left: 0;
    }

}

@media (max-width: 1000px) {
    #events {
        padding: 20px 50px 40px 50px;
    }
}
