.page-upcoming-events h3 {
    font-family: Orbitron;
    font-size: 32px;
    font-weight: 500;
    margin: 60px 0;
}

.page-upcoming-events .events-image img {
    width: 100%;
    height: 484px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 60px;
}

.page-upcoming-events .text-events p {
    font-family: 'kanit';
    font-weight: lighter;
    font-size: 20px;
    line-height: 1.5;
}