header .hd-tl {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
}
header .hd-tl a {
    text-decoration: none;
}
header .hd-tl a:hover {
    text-decoration: none;
}
@media (max-width: 576px) {
    header .hd-tl {
        font-size: 18px !important;
    }
}
header .social-icon-header a {
    text-decoration: none;
}
header .social-icon-header a:hover {
    text-decoration: none;
}

.sg-filter-gradient-header:before {
    background: linear-gradient(-30deg,#5f6db3DD 0,#5f6db3DD 45%,#312783 100%);
}

body.high-contrast .sg-filter-gradient-header:before {
    background: linear-gradient(-30deg,#222222DD 0,#222222DD 45%,#222222BB 100%);
}
@media (max-width:576px) {
    .sg-heading-btn {
        border: none;
    }
}