.reading-time {
    background-color: #f9fafb;
    border-radius: 16px;
    display: inline-block;
    margin: 0 0 24px;
    padding: 5px 10px
}

@media only screen and (max-width: 1280px) {
    .reading-time {
        margin-bottom:18px
    }
}

.reading-time p {
    align-items: center;
    color: #667085;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 16px;
    margin: 0;
    padding: 0
}

.reading-time p svg {
    height: auto;
    margin-right: 5px;
    width: 14px
}
