.footer-container {
    width: calc(100% - 160px);
    display: flex;
    margin: 20px auto;
}

.footer-container > div {
    flex: 1;
}

.footer-container img {
    width: 143px;
    height: 34px;
}

.footer-container p {
    margin: 0;
    color: rgb(46,88,166);
}

.footer-container .bold {
    font-weight: bold;
}

.footer-container > .right {
    text-align: end;
}