.eventos {
    padding: 60px 50px;
    background: #fff;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;

}

.eventos-section {
    padding: 120px 20px;
    text-align: center;
    background: #ffffff;
}

.eventos-title {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    color: #061F2A;
    margin-top: 60px
}

.eventos-subtitle {
    font-size: 1.1rem;
    font-weight: 400;
    color: #5f6f77;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.6;
}


@media (max-width: 768px) {

    .eventos {
        padding: 60px 30px;
    }

    .eventos-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .evento-card {
        width: 100%;
        max-width: 360px;
    }
}