footer {
    background: #003952;
    display: flex;
    flex-direction: column;
}
footer .container > div {
    width: 100%;
    min-height: 70px;
}
.copyright {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.copyright a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    color: white;
    text-align: left;
}
.copyright span{
    color: white;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;

}
footer .info-header {

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;

}
footer {
    border-top: 1px solid #6B6B6B;
    padding-top: 32px;
}
.brand-container {
}

.info-header span {

}
@media (max-width: 998px) {
    div.footer-info {
        flex-direction: column;
    }
}
@media (max-width: 568px) {
    div.info-header {
        flex-direction: column;
    }
}
.arrow-up {
    z-index: 1000;
    position: fixed;
    right: 75px;
    bottom: 75px;
    background-color: #fbba4f;
    height: 66px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding-top: 12px;
    cursor: pointer;
    border-radius: 10px;
}
.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 12px;
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}