.history-box .history-txt {
    background-color: #1d1d1d;
    padding: 30px;
    margin: -30px 30px 30px;
    z-index: 10;
    width: -webkit-fill-available;
}

.history-box .history-txt .year {
    color: #fff;
    font-style: italic;
    border-bottom: 1px solid #727272;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 15px 15px 0;
    font-size: 24px;
    border-radius: 0;
    font-weight: 100;
}

.history-box .history-txt .year:after {
    content: '';
    border-bottom: 1px solid #dc1e26;
    display: block;
    margin-top: 10px;
    margin-bottom: -16px;
    width: 40px;
}

.history-box .history-txt .title {
    color: #FFF;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 15px 0;
}
