@charset "utf-8";

:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

.container {
    max-width: 50rem;
    margin: 0 auto;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.875rem;
}

p.margin {
    margin: 0 0 .625rem;
}

h1,
h2 {
    font-size: 2rem;
    line-height: 1.42857;
    margin: 0 0 .625rem;
}

h3 {
    margin: 0;
    padding: .625rem 0;
    font-size: 1.562rem;
    line-height: 1.42857;
}

h4 {
    margin: 3rem 0 1.125rem;
    font-size: 1.562rem;
    line-height: 1.42857;
}

ul {
    list-style: none;
    margin: 0 0 1.875rem .937rem;
    padding: 0;
    hyphens: auto;
}

ul li {
    padding-left: .937rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.937rem;
    font-size: 1.5rem;
    line-height: 0.9;
}

header {
    border-bottom: 3.125rem solid #ea5906;
}

header .container {
    padding: .937rem .625rem 1.5rem;
}

.box {
    border: 1px solid rgba(220, 223, 226, 0.8);
}

.content {
    padding: 1.5rem;
}

.content p {
    margin: .25rem 0 0;
    display: flex;
    align-items: center;
}

.content p i {
    width: 1.5625rem;
    text-align: left;
}

article {
    padding: 1.5rem 1.5rem 0;
}

.box img {
    display: block;
}

.section {
    display: flex;
}

.person {
    border-radius: 100%;
}

.section p {
    margin: .625rem .937rem;
}

.content_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5rem 0 0
}

a.apply {
    display: inline-block;
    padding: .625rem 1.25rem;
    margin: 0;
    background: #ea5906;
    color: #FFF;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.1;
    text-align: center;
}

a.apply:hover {
    background: #d66b3b;
}

footer {
    margin-top: 3em;
    background-color: #3a3a3a;
    padding: .625rem 0;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
}

a.links {
    color: #fff;
}

.container_links,
.icon_links {
    display: flex;
    column-gap: 3.125rem;
    justify-content: space-between;
}

a.icon_link {
    color: #fff;
    font-size: 1.062rem
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    footer .container {
        display: flex;
        flex-direction: column;
    }

    .container_links {
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 48rem) {
    :is(p, ul) {
        margin: 0 0 1rem;
    }

    h4 {
        margin: 1rem 0 .5rem;
    }

    :is(h1, h2, h3, h4) {
        line-height: 1.2
    }

    header .container,
    .content,
    article {
        padding: 1rem;
    }

    .box {
        border: none;
    }

    footer {
        margin: 0;
    }

    footer .container {
        padding: 0 1rem;
    }
}

@media only screen and (max-width: 35rem) {

    h1,
    h2 {
        font-size: 1.625rem;
        text-align: center;
    }

    h1 {
        margin: 0 0 1.25rem;
    }

    h3 {
        font-size: 1.25rem;
        text-align: center;
    }

    h4 {
        font-size: 1rem;
    }

    header {
        display: flex;
        justify-content: center;
    }

    .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .content p {
        display: block;
        text-align: center;
    }

    .content p i {
        margin: .125rem 0 0 0;
        text-align: center;
    }

    .content_bottom {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 30rem) {

    .container_links,
    .icon_links {
        column-gap: 1.25rem;
    }
}

@media only screen and (max-width: 25rem) {
    .section {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .person {
        width: 100%;
        max-width: 6.25rem;
    }

    .section p {
        text-align: center;
        width: 100%;
        margin: .625rem 1rem
    }
}

@media only screen and (max-width: 23.5rem) {
    .content_bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    a.apply {
        margin: 1rem 0 0;
        width: 100%;
    }
}