*{
    padding:0;
    margin: 0;
    box-sizing: border-box;
}





.evt-tit{
    display: flex;
    justify-content: center;
    margin: 30px;
    font-size: 4rem;
    font-family: 'Anton SC';
    font-weight: 100;
    color: #0893CF;
}



.container{
    display: flex;
    padding: 30px;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;

}

.cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0893CF;
    padding: 20px;
    border-radius: 30px;
    width: 300px;
}

.cont-img{
    height: 300px;
    width: 270px;
    border-radius: 30px;
}

.cont-tit{
    padding: 10px;
    display: flex;
    text-align: center;
    color: #ffff;
    /*text-align: justify;*/
}

@media all and (max-width: 917px){
    .evt-tit{
        font-size: 3rem;
        text-align: center;
    }
}