.sunday-wrapper {
    margin-bottom: 50px;
}

.sunday-wrapper .sunday-container{
    margin:auto;
    text-align: center;
}

.sunday-wrapper .sunday {
    display: block;
    /* height: 220px; */
    width: 24.2%;
    min-width: 152px;
    margin: 3px;
}

.sunday-wrapper .date{
    font-weight: bold;
    font-size: 14px;
    color: #333;
    /* background: #00aeef; */
    margin-bottom: 20px;
    line-height: 1.8;
}

.sunday-wrapper .years{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.sunday-wrapper .years .year{
    /*   background: #00aeef; */
    /* color: #fff; */
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 12px;
    border-right: 1px solid #333;
}