.news-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.month {
    color: #004A23;
    font-size: 20px;
}

.day {
    color: #004A23;
    font-size: 60px;
    line-height: 50px;
}

.year {
    color: #004A23;
    font-size: 16px;
    line-height: 10px;
}

.btn {
    background: rgba(208, 2, 27, 0);
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "tccc-unitytextregular", serif;
    line-height: 1;
    min-width: 156px;
    margin-bottom: 5px;
    text-align: center;
    text-transform: none;
    white-space: normal;
    -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
    -o-transition: background-color 0.2s ease, border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    border: solid 2px #004A23;
    color: #333;
    margin: 0;
    padding: 12px 30px;
    border-radius: 15px;
    text-decoration: none;
}

.border-right-green {
    display: flex;
    border-right: 2px solid #004A23;
    justify-content: center;
    align-items: center;
}

.slick-dots {
    position: relative;
    margin-top: 20px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #004A23;
    margin: 0;
    padding: 0;
    position: relative;
    transition(background 0.2 s ease-in-out);
}

.slick-dots .slick-active {
    background: #004A23;
transition(background 0.2 s ease-in-out);
}

.slick-dots li + li {
    margin-left: 16px;
}

.slick-dots li + li:before {
    content: '';
    height: 1px;
    background: #004A23;
    width: 17px;
    display: inline-block;
    position: absolute;
    left: -17px;
    top: 3.5px;
}

.slick-dots li button:before {
    display: none;
}
