.container-events{
    flex-wrap:wrap;
    float: right;
    max-width: 2000px;
    padding: 123px 20px -0 ;
    background: rgba(0,0,0,0.8);
   display: flex;
    width:100%;
    
    
}
 .events__img{
    width: 350px;
    height: 530px;
    object-fit:cover;
    border: 10px solid #fff;
    position: relative;
    margin-bottom: 40px;
}
