:root {
    font-size: 16px;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: local(''), url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    background: #fff;
    background-size: 100%;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 54.375rem;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 2.375rem;
    overflow: hidden;
    box-shadow: 0 0 .625rem rgba(0, 0, 0, .2);
}

p {
    margin: 0 0 1rem;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.1;
    margin: 1rem 0;
    color: #47BB00;
    font-weight: 700;
}

h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #47BB00;
}

h3 {
    font-size: 1.625rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    color: #47BB00;
}

ul {
    list-style: none;
}

ul li {
    padding: 0 0 .187rem 1.562rem;
}

ul li:before {
    content: "";
    background-color: #000;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    position: relative;
    float: left;
    top: .375rem;
    margin: 0 0 0 -.937rem;
}

header {
    padding: 1.25rem 0 0;
}

header section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    background-color: #F5F5F5;
    padding: 1rem;
}

.fa-map-marker-alt {
    color: rgba(15, 10, 246, 0.6);
}

.fa-clock {
    margin-left: 1.625rem;
}

header strong {
    font-size: 1.062rem;
}

article {
    padding: .625rem 0 0;
}

article>section {
    margin: 0 0 1rem;
    padding: 1rem;
}

article>section:nth-of-type(2n),
footer>section {
    background-color: #F5F5F5;
}

.special_section {
    position: relative;
}

.logo_section {
    position: absolute;
    right: 3%;
    bottom: 10%
}

a.apply {
    background-color: #7A7979;
    color: #47BB00;
    width: 9.875rem;
    padding: .625rem;
    display: block;
    margin: .625rem auto;
    text-align: center;
    font-size: .937rem;
}

a.apply:hover {
    text-decoration: none;
    background: #67C16A;
    color: #fff;
}

footer {
    margin: 1rem 0;
}

footer>section {
    margin: 1rem 0;
    padding: 1rem;
}

footer>section p {
    text-align: center;
    margin: 0;
}

figure img {
    margin: .625rem auto;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width:54.313rem) {
    #wrapper {
        margin: 0 auto;
        box-shadow: none;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width:50rem) {
    #wrapper {
        padding: 1rem;
    }

    br {
        display: none;
    }

    span br {
        display: block;
    }

    p,
    ul {
        margin: 0 0 .625rem;
    }

    h1 {
        font-size: 1.375rem;
        margin: 1rem 0;
    }

    h2 {
        font-size: 1rem;
        margin: 0 0 .312rem;
    }

    h3 {
        text-align: center;
    }

    header {
        padding: 0;
    }

    header section {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    article {
        padding: .625rem 0;
    }

    article>section {
        margin: 0;
        padding: .625rem;
    }

    .logo_section {
        position: static;
        max-width: 5.625rem;
        display: block;
        margin: 1rem auto;
    }

    a.apply {
        margin: 1rem auto;
    }

    ul li {
        padding: 0 0 .187rem 1rem;
    }

    footer {
        padding: 0;
        margin: 0;
    }

    footer iframe {
        height: 18.75rem;
    }

    footer>section {
        margin: .625rem 0 0;
        padding: .625rem;
    }

    footer br {
        display: block;
    }

    footer>section p {
        text-align: center;
        margin: 0;
    }

}