#footer-outer .member-logo{
    padding-top:35px;
    margin-left: -15px;
}
#footer-outer #footer-widgets p.footer-hotline-column{
    padding-bottom: 0;
    line-height: 24px;
}

#footer-outer .footer-logo.is-payment{
    margin-right: 1.5rem;
}

#footer-outer .widget{
    margin-bottom: 13px;
}
#footer-outer .widget .footer-link{
    line-height: 5px !important;
}
#footer-outer .widget ul.list-unstyled{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#footer-outer .widget h5 {
    margin-bottom: 0;
    color: #ffffff;
}
#footer-outer .footer-hotline{
    padding-top: 20px;
}
#footer-outer #footer-widgets a {
    color: #97BF0D !important;
}

#footer-outer #footer-widgets a:hover{
    text-decoration: underline;
}
.footer-after-row-wrapper{
    display: flex;
    flex-direction: column;
}
.footer-after-row-wrapper .first-block>ul{
    display: flex;
}
.footer-after-row-wrapper .second-block .social-list{
    display: flex;
    gap: 10px;
}

.footer-link-item .footer-link .dvaccess-text{
    font-size: 16px;
    font-weight: 400;

    font-family: 'helvetica', sans-serif;
}
#footer-widgets .dvaccess-text{
    font-size: 16px;

}
@media only screen and (min-width: 1000px) {
    #footer-outer .container{
        max-width: 1600px;
        padding-inline: 40px;
    }
    body #footer-outer .row {
        padding: 48px 0;
    }

    .footer-after-row-wrapper .first-block{
        width: 70.5%;
        margin-right: 6%;
    }
    .footer-after-row-wrapper{
        flex-direction: row;
    }

}