﻿@media (max-width: 601px) {

    .main-container {
        text-align: center;
        margin-left: 20%;
        margin-right: 20%;
        padding: 10px;
        width: fit-content;
    }

    .footer-content {
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
    }

    .footer-hyperlink {
        color: #005B96;
        text-decoration: underline;
    }


    .footer-content-small {
        width: fit-content;
        color: rgba(136, 136, 137, 1);
        font-size: 12px;
        text-align: center;
        line-height: 24px;
        margin-top: 0.25rem;
        margin-left: auto;
        margin-right: auto;
    }

    body {
        background-image: url('../elements/bg-bottom_v2.svg');
        position: center;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        font-family: Segoe UI;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: 392px auto;
    }

    .header-bg {
        position: absolute;
        right: 0;
        left: 0;
    }

        .header-bg img {
            content: url('../elements/bg-mobile_v2.svg');
            background-repeat: no-repeat;
            background-size: 100% 72px;
            /*height: 72px;*/
            width: 100%;
        }

    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .content-container {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        max-width: 1440px;
        padding-left: 12px;
        padding-right: 12px;
        position: relative;
    }

    .header-div {
        flex: 0 0 auto;
        position: relative;
        height: 72px;
        margin-bottom: 1.6875rem;
    }

        .header-div img {
            position: absolute;
            max-height: 40px;
            top: 16px;
            left: 0px;
        }

    .content-div {
        flex: 1 0 auto;
        margin-bottom: 40px;
    }

    .footer-div {
        flex: 0 0 auto;
        text-align: center;
        position: relative;
        margin-bottom: 1.25rem;
        padding: 1.25rem 1rem 0 1rem;
        display: flex;
        align-items: center;
        flex-flow: column;
    }

    .text-theme {
        color: #38393B;
    }

    .poweredby-text {
        /*margin-bottom: 0.75rem;*/
        color: #2E404D;
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 171.429% */
        letter-spacing: -0.154px;
    }

    .poweredby-img {
        max-height: 40px;
    }

    .div-power-by{
        display: flow-root !important;
    }
}
