.date-container{
    display: flex;
}

.date-text {
    font-family: "Work Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
}

@media screen and (max-width: 782px) {
.date-text {
    line-height: 0;
}
}

