@media screen and (max-width: 767px) {
    .read-time {
        margin-right: 1rem;
        position: relative;
        display: block;
        margin-bottom: 1rem;
        width: 210px;
        left: 0;
        margin-left: 0;
    }
}