@media screen and (max-width: 740px) {

    .xxx-event-info {
        border-radius: initial;
        padding: 20px 15px;
        margin-right: -15px;
        margin-left: -15px;
    }

    .xxx-event-info__top-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .xxx-event-info__top-item.icon:before {
        font-size: 20px;
    }

}