/* h2 title style */
.section-title h2 {
    position: relative;
    padding: 0 0 5px
}

.section-title h2::after {
    content: ' ';
    background: var(--ast-global-color-1);
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    margin: auto;
    height: 6px;
    width: 40px;
    border-radius: 5px
}

/* SAR symbol style */
.sar-symbol {
    height: 1em;
    width: auto;
    display: inline-block;
    margin: 0 1px -1px
}

.ast-article-single figure, .ast-article-single img:not(figure img) {
    box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important
}