.events_element{
    position: relative;
    background-color: #fff !important;
    display: block!important;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 10px;
}
a.advert__title:hover {
    color: green;
    transition: all .4s ease;
}

.advert_pict img{
    border: 1px solid #eaeaea;
}
.advert_pict img{
    max-width: 100%;
    height: auto;
}

.advert_tmp1{
    display: flex;
    width: 100%;
    flex-direction: row;
}
@media screen and (min-width:801px){

    .events_element .advert_pict{
        display: block;
        margin: 0px 0 20px;
        max-width: 20%;
        padding-right: 20px;
    }
}
@media screen and (max-width:800px){
    .events_element .advert_pict{
        width: 100%;
        padding-bottom: 25px;
        text-align: center;
    }
    .advert_tmp1{
        flex-direction: column;
    }

}
