@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: .812rem;
    line-height: 1.5;
    background:#D3D4D6;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 46.875rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    padding: 1.875rem;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: .937rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.375em;
    line-height: 1;
}

h1 {
    font-size: 1.4rem;
    margin: 1.875rem 0
}

h3{
    font-size:1.15rem;
    margin-bottom: .625rem
}

h4 {

margin-bottom: .625rem

}

aside {
    display: flex;
    justify-content: space-between;
}

section:last-of-type h4:last-of-type {
    margin:0
}

section {
    width: 49%;
}

section p a {
    color: inherit;
    text-decoration: none;
}

article {
    padding: 1.25rem;
}

footer a {
    display: block;
}

.apply {
    color: #062d64;
    text-decoration: none;
    background-color: #fbba00;
    padding: 0.6rem 1.2rem;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 2px solid #fbba00;
    box-shadow: 0px 40px 60px -30px rgb(0 0 0 / 34%);
    -moz-box-shadow: 0px 40px 60px -30px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 0px 40px 60px -30px rgb(0 0 0 / 34%);
    letter-spacing: 0.05em;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 1.25rem
}

.apply:hover {
    color: #fbba00;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #fbba00;
}

footer {
    text-align: right;
}

@media only screen and (max-width: 46.812rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    article {
        padding: 0;
    }

    h1 {
        font-size: 1.125rem;
        margin: .625rem 0;
    }

    aside {
        display: block;
    }
    
    article br {
        display: none;
    }

    section {
        width: auto;
    }

    footer {
        text-align: center;
    }
}

@media only screen and (max-width: 23.438rem) {

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
