.eventos-section img{
    width:450px;
    height: auto;

}

.eventos-section{
    padding:100px 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
h1{
    text-align: center;
    margin-bottom: 30px;
    color: var(--grey-text);
    font-size: 40px;
}


@media screen and (max-width:600px){
 
    .eventos-section  img{
        width: 100%;
        height: auto;
    }
    .eventos-section{
        padding:100px 5vw;
    }
}