.footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer-logo img {
    height: 72px !important;!i;!;
    object-fit: contain;
}
.footer-copywrite {
    color: #15689C;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.footer-menu a {
    color: #15689C;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.footer-menu a:hover {
    text-decoration: none;
    color: #000;
}
.footer-logo, .footer-copywrite, .footer-menu {
    width: 33%;
}