.AboutInfo {
    background-image: none !important;
}

.eventBack {

    background: linear-gradient(#fff, #fff 1em, #e7e7e7);

    color: #000;

    text-align: center;

    border: 1px solid #3c0405;

    border-radius: 5px;

    width: 7%;

}



.monthName {

    background: #3c0405;

    border: 1px solid #3c0405;

    color: #fff;

    font-size: 10px;

    border-radius: 5px 0 0;

    margin-bottom: 0;

    font-weight: bold;

}



.dateName {

    color: #3c0405;

    font-size: 12px;

    font-weight: bold;

    margin: 2px 0px 0px 0px;

    line-height: 1;

}



.dayName {

    font-size: 10px;

    margin-bottom: 0;

    color: #3c0405;

    font-weight: bold;

}



.horizontalSecton {

    margin: 10px !important;

}


.eventTitle
{
    font-size: 15px;
}