<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-module-title {
    position: relative;
    display: block;
    margin: 0 0 10px;
    text-align: left;
    padding: 10px 0 10px!important;
}

.collector-news .dp-module-title {
    display: inline-flex;
    justify-content: space-between;
    border-bottom: 1px dashed #81A5CB;
}

.news-archive {
    margin-right: auto;
}

.dp-module-title .dp-module-title-text {
    font-size: 17px;
    color: #fff;
}

.collector-news .dp-module-title .dp-module-title-text {
    color: #044287;
}

.shahid-slide .dp-module-title .dp-module-title-text {
    position: relative;
    padding: 0 0 0 30px;
}

.shahid-slide .dp-module-title .dp-module-title-text::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% + 30px);
    margin: auto 0;
    width: 100vw;
    height: 1px;
    background-color: #ffffff99;
}

.shahid-slide .dp-module-title .dp-module-title-text::after {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    margin: auto 0;
    width: 100vw;
    height: 1px;
    background-color: #ffffff99;
}

.footer-title .dp-module-title,
.footer-title .dp-module-title span {
    text-align: right;
    margin-top: 0;
    padding: 0;
}

.footer-title .dp-module-title .dp-module-title-text {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding: 0 0 5px;
    display: block;
    border-bottom: 1px solid #fff;
}</pre></body></html>