.ue-c-article__byline-name {
    color: #000;
    font-family: 'PT Serif', Times New Roman, Times, serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 0.75rem;
    letter-spacing: 0;
}

.ue-c-article__publishdate {
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0;
    font-family: 'PT Serif', Times New Roman, Times, serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    padding: 0.625rem;
    background-color: #f3f3f3;
    border-top: 1px solid #fff;
}

@media (min-width: 1124px) {
    .loc-theme-v4.ue-l-article--basic .ue-l-article--leftcol-width-from-desktop {
        width: 9.1875rem !important;
    }
    .loc-theme-v4.ue-l-article--basic .ue-l-article--move-to-leftcol-from-desktop {
        clear: left;
        margin-left: -10.4375rem !important;
    }
    .loc-theme-v4.ue-l-article--basic .ue-l-article--float-left-from-desktop {
        float: left;
        clear: left;
        margin-right: 1.25rem !important;
    }
}

.scroll-to-fixed {
    position: fixed !important;
    top: 0;
}

.scroll-to-hide {
    display: none !important;
}

.footer-btn {
    border-radius: 5px;
    padding: 12px 24px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 50px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    background-color: #df0000;
    max-width: 480px;
    width: 100%;
    border: none;
    transition: 0.3s;
}

@media(max-width: 668px) {
    .footer-btn {
        margin: 0 auto 20px;
    }
}

.footer-btn:hover {
    opacity: 0.8;
}

@media (max-width: 675px) {
    .container-about-footer .container {
        flex-direction: column;
        gap: 20px;
    }
    .partners {
        justify-content: center;
    }
    .about-list {
        position: static;
    }
    .footer-social-networks {
        width: auto;
    }
}