@media screen and (min-width: 1216px) {
    .bottom {
        position: inherit;
        width: 100%;
        height: auto;
        background-color: White;
        border-top: 1px Solid #edeef0;
        color: White;
    }

    .bottom .content {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1200px;
        padding: 0;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .bottom .content .logo {
        position: relative;
        width: 320px;
        margin-top: 4px;
        height: 95px;
    }

    .bottom .content .logo .org_name {
        font-family: VekaBold;
        font-size: 20px;
        color: #0069b4;
        position: absolute;
        text-transform: uppercase;
        top: 1px;
        left: 133px;
    }

    .bottom .content .logo .org_info {
        font-family: VekaLight;
        font-size: 16px;
        color: #84858A;
        position: absolute;
        top: 24px;
        left: 133px;
        line-height: 17px;
    }

    .bottom .content .logo img {
        position: relative;
        height: 80px;
        margin-top: 6px;
        margin-left: 20px;
    }

    .bottom .info_police {
        width: 300px;
        padding-top: 25px;
    }

    .bottom a {
        text-decoration: underline;
    }
}

@media screen and (max-width: 1215px) {
    .bottom {
        position: inherit;
        width: 100%;
        height: auto;
        background-color: White;
        border-top: 1px Solid #edeef0;
        color: White;
    }

    .bottom .content {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1200px;
        padding: 0;
        height: 100%;
        display: block;
        justify-content: space-between;
    }

    .bottom .content .logo {
        position: relative;
        width: 320px;
        margin-top: 4px;
        height: 95px;
        padding-left: calc(100% / 2 - 160px);
        display: none;
    }

    .bottom .content .logo .org_name {
        font-family: VekaBold;
        font-size: 20px;
        color: #0069b4;
        position: absolute;
        text-transform: uppercase;
        top: 1px;
        left: 133px;
    }

    .bottom .content .logo .org_info {
        font-family: VekaLight;
        font-size: 16px;
        color: #84858A;
        position: absolute;
        top: 24px;
        left: 133px;
        line-height: 17px;
    }

    .bottom .content .logo img {
        position: relative;
        height: 80px;
        margin-top: 6px;
        margin-left: 20px;
    }

    .bottom .info_police {
        width: 300px;
        padding-top: 20px;
        padding-left: calc(100% / 2 - 150px);
        text-align: center;
        padding-bottom: 20px;
    }

    .bottom a {
        text-decoration: underline;
    }
}