@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin-700.eot');
    src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:is(a:link, a:visited, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

a.web {
    color: #000;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

i {
    color: #FEFEFE;
    font-size: 1.625rem;
}

p {
    margin: 0 0 1.25rem;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding: 0 0 .375rem 1.375rem
}

ul li:before {
    content: "\25A0";
    float: left;
    margin-left: -1.375rem;
    font-size: 1rem;
    line-height: 1.2;
    color: #a4de00
}

h1,
h2,
h3 {
    font-weight: 400;
}

h1,
h3,
h4 {
    font-family: 'Times New Roman', Times, serif;
}

h1 {
    margin: 0 1.25rem .625rem;
    font-size: 2.1875rem;
    line-height: 1.3
}

h2 {
    margin: 0 1.25rem 1rem;
    font-size: 1rem;
    color: #a4de00;
}

h3 {
    font-weight: bold;
    font-size: 1rem;
    margin: 0 0 1rem
}

h4 {
    margin: 0 0 1.375rem;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #fff;
}

header {
    padding: 1.25rem;
}

.flex {
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
    padding: 0 1.25rem
}

.flex .section {
    width: 49.5%;
}

.box {
    padding: 0 1.25rem;
    margin: 0 0 1.25rem
}

.box_img {
    position: relative
}

.box_img p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background-color: rgba(4, 58, 99, 0.85);
    width: 13.437rem;
    padding: .375rem .625rem;
    color: #fff;
    line-height: 1.5;
    font-size: .937rem
}

hr {
    border: none;
    height: 0.0625rem;
    background: #ededed;
    margin: 2.1875rem 0;
}

a.apply {
    font-size: 2rem;
    color: #000;
    font-family: 'Times New Roman', Times, serif;
    margin: 0 0 1rem;
    display: block
}

.info {
    display: flex;
    column-gap: 80px;
    flex-wrap: wrap;
}

.info .section {
    width: 25%;
    margin-bottom: 0.9375rem;
}

.info p {
    margin-bottom: 0;
}

.blue {
    padding: 2.1875rem 1.25rem 1rem;
}

.dark_blue {
    background: #002744;
    padding: 1.25rem;
    display: flex;
    justify-content: end;
    column-gap: 1.25rem;
}

a.green {
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    color: #A4DE00;
}

.blue {
    background: #043a63;
}

.blue p {
    color: #fff
}

footer p {
    color: #fff;
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        hyphens: auto;
        margin: 0;
    }

    ul li {
        padding: 0 0 0 1.125rem
    }

    ul li:before {
        margin-left: -1.125rem;
        line-height: 1.1;
    }

    h1 {
        margin: 0 1rem .625rem;
    }

    h1,
    a.apply {
        font-size: 1.75rem
    }

    h2 {
        margin: 0 1rem 1rem;
    }

    h4,
    .box {
        margin: 0 0 1rem;
    }

    header,
    .blue,
    .dark_blue {
        padding: 1rem;
    }

    .flex,
    .box {
        padding: 0 1rem
    }

    hr {
        margin: 1rem 0;
    }

    .flex,
    .dark_blue {
        column-gap: 1rem;
    }

    .info .section {
        width: 35%;
    }
}

@media only screen and (max-width: 750px) {
    header {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    h1,
    h2,
    .blue h4,
    .info p {
        text-align: center
    }

    .flex {
        display: block
    }

    .flex .section {
        width: 100%
    }

    .info,
    .dark_blue {
        justify-content: center
    }
}

@media only screen and (max-width: 680px) {

    a.apply,
    .box p {
        text-align: center
    }

    .box_img {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box_img p {
        position: static
    }

    .info {
        flex-direction: column;
        align-items: center
    }

    .info .section {
        width: 100%
    }
}
