.single-post-time-to-read-dot {}

.single-post-time-to-read-dot .elementor-icon-wrapper {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;

}

.single-post-time-to-read-holder {}

.single-post-time-to-read-text {
    font-size: 14px;
    line-height: 1.42;
    color: #D4E6F9;
    margin: 0;
    padding: 0;
}


@media only screen and (max-width: 767px) {
    .single-post-time-to-read-text {
        color: #012F6B;
    }

}