

section h1{
    color: #1E293B;
    text-align: center;
}



.container-feste{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    
}

.prossime_feste{
    height:570px;
    width:25%;
    background-color: #1E293B;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin:20px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5%;
    
}

.prossime_feste img{
    margin-top: auto;
    margin-bottom: 20px;
    height:250px;
    width:250px;
    border-radius: 20%;
    
    
}
.prossime_feste h4:hover{
    background-color: white;
    color: #1E293B;
    
}

.prossime_feste h2,h3,h4,p{
    
    text-align: center;
   
}

.prossime_feste a{
    text-decoration: none;
}



@media (max-width: 1024px){
    
    .prossime_feste{
        width:70%;
    }
    
}


@media (max-width: 576px){

    .prossime_feste{
        width:80%;
    }
}

@media (max-width: 400px){
    
    .prossime_feste{
        
        width:80%;
        
    }
    .prossime_feste img{
        width: 100%;
    }
    

}
