.s61-date-category {
    font-family: "DMSans", sans-serif;
    font-size: 15px;
    letter-spacing: -0.38px;
    line-height: 18px;
    color: #fff;
}

.s61-date-category .container {}

.s61-date-category .container .date-category {}

.s61-date-category .container .date-category b {
    margin-left: 20px;
    position: relative;
}

.s61-date-category .container .date-category b::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 18px;
    background-color: #00AEEF;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    margin-right: 10px;
    vertical-align: top;
}

@media only screen and (max-width: 767px) {}