
body {
    font-family: 'Rajdhani', 'Open Sans', sans-serif;
    font-weight: 400;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.flex-container {
    background-image: linear-gradient(
            206.34deg,
            #0026ac -22.45%,
            #0090ce -22.44%,
            #00508a -4.45%,
            #036298 21.38%,
            #0057a4 40.23%,
            #005694 52.72%,
            #003d69 77.19%,
            #002539 105.59%
    );
    min-height: 100%;
    min-width: 200px;
    font-family: 'Rajdhani', sans-serif;
    color: #FFF;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.flex-item:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

h1 {
    font-size: 2vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
}

h4 {
    font-size: 1.2vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 0 !important;
}

.item {
    padding: 0;
    margin: 0;
}

.logo {
    height: 120px;
}

@media screen and (max-width: 1200px) {

    .logo {
    }

    .flex-item {
        height: 300px !important;
    }

    h1 {
        font-size: 3vw;
    }

    h4 {
        font-size: 2vw;
    }
}

@media screen and (max-width: 800px) {

    .logo {
    }

    .flex-item {
        height: 300px !important;
    }

    h1 {
        font-size: 5vw;
    }

    h4 {
        font-size: 3vw;
    }
}

@media screen and (max-width: 600px) {

    .logo {
    }

    .flex-item {
        height: 300px !important;
    }

    h1 {
        font-size: 5.5vw;
    }

    h4 {
        font-size: 3.5vw;
    }
}

