footer[_footer-wrapper] {
    padding: 0px 20px 50px 20px;
    background-color: rgb(1 18 44 / 1);
    color: rgb(255 255 255 / 1);
    font-weight: 400;
}
@media (min-width:1060px) {
    footer[_footer-wrapper] {
        padding: 0px 40px 50px 40px;
    }
}
footer[_footer-wrapper] .footer-section {
    padding-top: 40px;
}
footer[_footer-wrapper] .footer-conts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (min-width:1060px) {
    footer[_footer-wrapper] .footer-conts {
        flex-direction: row;
    }
}
footer[_footer-wrapper] .footer-section_hr {
    margin-top: 30px;
    border: 1px solid rgb(135 146 164 / 1);
}
footer[_footer-wrapper] .footer-conts_box {
    width: 100%;
}
footer[_footer-wrapper] .footer-infobox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width:1060px) {
    footer[_footer-wrapper] .footer-infobox {
        flex-direction: row;
    }
}
footer[_footer-wrapper] .footer-infobox + .footer-infobox {
    margin-top: 40px;
}