.elementor-widget-theme-post-content a {
    color: #fd5821;
    text-decoration: underline;
}

.elementor-widget-theme-post-content p {
    line-height: 1.3;
}

.elementor-widget-theme-post-title h1 {
    margin-top: 10px
}


.elementor-widget-breadcrumbs > div{
    position: relative;
}

.elementor-widget-breadcrumbs > div:before{
    position: absolute;
    content: ' ';
    left: 8px;
    background-image: url(/wp-content/themes/hello-child/assets/icons/breadcrumb-home-black-single.svg);
    width: 16px;
    height: 16px;
    top: 4px;
}
.elementor-widget-breadcrumbs nav{
    margin-left: 15px;
}

@media screen and (max-width: 768px) {
    .elementor-widget-theme-post-content h2 {
        font-size: 20px;
    }

    .elementor-widget-theme-post-content h3,
    .elementor-widget-theme-post-content h4,
    .elementor-widget-theme-post-content h5,
    .elementor-widget-theme-post-content h6 {
        font-size: 18px;
    }

}