.footer {
    text-align: center;
    padding: 0.5vh 0;
    background-color: #07236b;
    color: #000;
    position: relative;
}

.footer p {
    font-size: 12px;
    margin-bottom: 10px;
    color:#aaaaaa;
}

.footer a {
    color: #087373;
    text-decoration: none;
}

.logo {
    padding: 0px 20px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    border-right: solid #2097f2 2PX;
    filter: contrast(60%) brightness(200%);
}

.logo2 {
    padding: 0px 20px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
    filter: contrast(60%) brightness(200%);
}

.sponser {
    padding: 0px 20px;
    margin: 20px;
    display: inline;
    justify-content: center;
    vertical-align: top;
}

.logo img {
    width: 35vw;
    height: 10vw;
}

.sponser img {
    width: 18vw;
    height: auto;
    padding: 0.9vw;
}

.sponser>div {
    padding: 0px 10px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .container {
        display: block;
    }

    .logo {
        border-right: solid #000000 0PX;
    }

    .logo img {
        width: 50vw;
        height: 16vw;
    }

    .sponser {
        display: block;
    }

    .sponser img {
        width: 30vw;
        height: 10vw;
    }
}
