.eventsMenuInner {
    display: flex;
    justify-content: center;

}
.eventsMenu {
    background-color: #FFFFFF;
}

.eventsMenuTopDiv {
    background-color: #FBF7F7;
    height: 40px;
    width: 100%;
}

.eventsMenuInnerItem {
    width: 81px;
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    vertical-align: middle;
    /* identical to box height */
    cursor: pointer;

    color: #A4A4A4;
}




.eventsMenuInnerItemActive {
    background: #E30513;
    color: #FFFFFF;
}


.eventsItem {
    width: 1125px;
    height: 134px;
    background: #FFFFFF;
    margin-bottom: 31px;
    display: flex;
    cursor: pointer;
}

.events {
    padding-top: 90px;
    display: flex;
    padding-top: 90px;
    align-items: center;
    flex-direction: column;
    
}

.eventsItemInfo {
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
}

.eventsItemImg  {
    width: 274px;
    height: 134px;
    margin-right: 30px;
    display: flex;
}

.eventsItemImg img {
    margin:auto;
    width: 274px;
    height: 134px;
}

.eventsItemDate {
    font-size: 18px;
    line-height: 21px;

    color: #797979;
}


.eventsItemTitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 19px;
    color: #FF0000;
}





