.eventi-container-section{
    width: 100vw;
    padding: 58px 0 50px 0;
    background-color: #D5E9FF;
}
.eventi-container{
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title-eventi-section{
    color: #29A5F7;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
.text-eventi-section{
    max-width: 843px;
    margin-top: 40px;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
}
.eventi{
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 36px;
}
.card-section-container {
    padding: 21px 11px;
    background-color: white;
    border-radius: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .card-section-container {
        width: calc(33% - 36px);
    }
}

.card-section-container--events {
    justify-content: flex-start;
}

.text-card-eventi-container{
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}
.title-card-eventi{
    font-size: 1.5rem;
    font-weight: 700;
}
.subtitle-card-eventi{
    margin-top: 6px;
    color: #49454F;
    font-size: 0.87rem;
}
.evento-name{
    margin-top: 32px;
    font-size: 0.87rem;
    font-weight: 600px;
    color: #29A5F7;
}
.desc-evento{
    width: fit-content;
    margin-top: 20px;
    color: #49454F;
    font-size: 0.87rem;
    font-weight: 600px;

}
.button-event{
    margin-top: 32px;
    padding: 10px 24px;
    border-radius: 100px;
    background-color: #009ADB;
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.button-event:hover{
    opacity: 0.7;
}
.button-event>a{
    color: white;
    text-decoration: none;
    font-size: 0.87rem;
    font-weight: 500;
}

@media screen and (max-width:1245px){
    .eventi{
        flex-wrap: wrap;
    }
}

@media screen and (max-width:640px) {
    .eventi-container-section{
        padding: 38px 0 30px 0;
    }
    .eventi-container{
        align-items: normal;
    }
    .title-eventi-section,.text-eventi-section{
        text-align: center;
        margin-top: 20px;
    }
    .text-eventi-section{
        font-size: 0.87rem;
    }
    .eventi{
        justify-content: center;
    }
    .card-section-container{
        max-width: 100%;
    }
}
