.elementor-widget-ec-read-more .ec-read-more-icon {
    fill:rgb(0,159,227);
}

@media (max-width: 767px) {
    .elementor-widget-ec-read-more:not(.active) .ec-read-more-text{
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .ec-read-more-text {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .ec-read-more-toggle {
        display: none;
    }
}