﻿.Date {
    width: 10%;
    margin-right: 20px;
    box-sizing: border-box;
}

.News {
    width: 80%;
    box-sizing: border-box;
}

.event-date-wrapper {
    display: flex;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #5e5f79;
    border-radius: 20px;
    text-align: center;
}

.event-day {
    color: #333;
    font-size: 45px;
    line-height: 1em;
    font-weight: 700;
}

.pro-title {
    font-size: 1.25rem;
}

@media (max-width: 576px) {
    .Date {
        width: 20%;
    }

    .News {
        width: 70%;
    }
}
