span.icon {
    display: inline-block; /* Adjust icon display */
    margin-left: -5px; /* Space between icon and text */
    margin-right: -5px; /* Space between icon and text */
}

.elementor-post .elementor-post-date {
    display: inline-block;
    color: #333;
    font-size: 19px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 50px;
    position: relative;
    bottom: -10px; /* Moves the element up */
}