footer {
    padding-top: 40px;
    background-color: var(--main-regal-dark-color);
    width: 100%;
}

footer .logo-wr {
    width: 200px;
    margin-bottom: 8px;
    background: white;
}

.i-wr img, .i-wr svg {
    width: 100%;
    height: auto;
}


footer .divider {
    width: 100%;
    background-color: hsla(0,0%,100%,.1);
    height: 1px;
}




