.dot {
    height: 14px;
    width: 14px;
    border-radius: 50%;
}
.single-preview-post {
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.single-preview-post h3 {
    font-weight: 600;
}
.reading-time {
    color: var(--gray-color);
}
