.events-h2 {
    font-style: normal;
    font-weight: bold;
    margin-bottom: 50px;
}

.events-item {
    width: 32%;
    transition: 0.2s;
}

.events-item:hover {
    box-shadow: 0 0 20px 2px rgba(0, 0, 255, 0.5);
    z-index: 5;
}

.events-img-wrap {
    width: 100%;
    height: 285px;
}

.events-img-wrap img {
    object-fit: cover;
}

.event-info {
    height: 140px;
    padding: 10px 10px 10px 2px;
}

.event-data {
    color: #747472;
}

.event-text {
    padding-top: unset;
}

.authors-wrap:before {
    background-image: url("/img/20210328-135250_id-2-338259.png");
    left: -140px;
    width: 150px;
    /*height: 690px;*/
}

.authors-wrap:after {
    background-color: rgb(255, 0, 0);
    left: -110px;
    /*height: 690px;*/
}

.event-info {
    position: relative;
    transform: unset;
    width: 100%;
    box-shadow: none;
}

.event-text {
    text-decoration: none;
}

.down-margin {
    margin-bottom: 100px;
}