main {
    margin-top: 10px;
    margin-left: 15%;
    margin-right: 15%;
}

.events {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.events-city-btn {
    margin-top: 20px;
}

.events-list {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.event {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px;
    width: 350px;
    margin-top: 20px;
    height: 230px;
}

.event-date {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    text-align: start;
}

.event-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.event-info > a {
    width: fit-content;
}

.event-name {
    font-size: 16px;
    line-height: 1.5;
    text-align: start;
}

.events-list-past {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
}

.events-list-year-value {
    font-size: 14px;
}

.past-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
}

.events-list-past-title {
    text-align: start;
}

.choose-city-btn {
    max-width: 350px;
    margin-top: 14px;
}

.events-list-year-value {
    text-align: start;
}

.events-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

@media (max-width: 1200px) {
    .event {
        width: 100%;
    }

    .past-list {
        flex-direction: column;
    }

    .events-header {
        flex-direction: column;
    }

    .events {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 10px;
    }
}
