@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/lato-v23-latin-regular.eot');
    src: url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), url('../fonts/lato-v23-latin-regular.woff') format('woff'), url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/lato-v23-latin-700.eot');
    src: url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-v23-latin-700.woff2') format('woff2'), url('../fonts/lato-v23-latin-700.woff') format('woff'), url('../fonts/lato-v23-latin-700.ttf') format('truetype'), url('../fonts/lato-v23-latin-700.svg#Lato') format('svg');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #7f4633;
    font-family: "Trebuchet MS", Verdana, Arial sans-serif;
    font-size: .937rem;
    line-height: 1.5;
    background: #fafafa;
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0 0 1.25rem;
}

ul {
    list-style: none;
    margin: 0 0 1.875rem 2px;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
    margin-bottom: .312rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
    color: #ef7d00;
}

h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-top: .625rem;
    margin-bottom: 1.562rem
}

h2 {
    font-size: 2.187rem;
    line-height: 1.2;
    margin-bottom: 1.562rem;
}

h3 {
    font-size: 1.062rem;
    letter-spacing: -0.4px;
    margin-bottom: .937rem
}

h1,
h2,
h3,
h4,
.icons p {
    font-family: "Lato", Arial sans-serif;
}

h3,
h4,
h1,
h2,
.email,
article>h3:nth-of-type(2) {
    color: #ef7d00;
}

h4 {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 1.25rem 0;
    text-transform: uppercase;
}

.email:hover {
    text-decoration: underline;
    color: #7f4633;
}

article>h3 {
    color: #7f4633;
}

header {
    padding: 20px 1.875rem;
    display: flex;
}

main {
    display: flex;
    justify-content: space-between;
    column-gap: 1.875rem;
    padding: 2.5rem 1.875rem
}

article {
    padding: 1.25rem 1.875rem;
}

aside p {
    display: flex;
    column-gap: .312rem;
    font-size: .937rem
}

section {
    background: #fffbf8;
    padding: 2.5rem;
}

section img {
    width: 5rem;
}

.grid_section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    column-gap: 1.25rem;
    grid-row-gap: 1.875rem;
    padding: 3.125rem 0 4.375rem;
}

.icons {
    text-align: center;
}

.icons img {
    display: inline-block;
}

.icons p {
    text-align: center;
}

.flex-box {
    display: flex;
    column-gap: .625rem
}

.box {
    background: #fff;
    padding: .937rem;
    box-shadow: 4px 10px 15px rgb(0 0 0 / 6%);
}

.apply {
    font-family: 'Montserrat', Arila sans-serif;
    display: flex;
    color: #fff;
    background: #3CDF00;
    font-size: .687rem;
    max-width: 11.25rem;
    padding: .625rem 1.25rem;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    margin: .937rem 0;
    border: 1px solid #3CDF00;
    text-transform: uppercase;
}

.apply:hover {
    color: #3CDF00;
    background: #fff;
}

.apply:hover svg polyline,
.apply:hover svg line {
    stroke: #3CDF00;
}

.apply svg {
    stroke: #fff;
}

footer {
    text-align: center;
    background: #fffbf8;
}

footer .apply {
    margin: 1.25rem auto;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 16px;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    main {
        flex-direction: column;
        padding: 0;
    }

    header {
        padding: 1rem 0 2rem;
        justify-content: center;
    }

    aside {
        margin-top: .625rem;
    }

    article {
        padding: .625rem 0 0
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.562rem
    }

    h4 {
        margin-bottom: .625rem
    }

    h1 br,
    h2 br,
    h3 br {
        display: none;
    }

    ul {
        margin-bottom: 1.25rem
    }

    section {
        padding: .625rem 0;
    }

    section img {
        width: 4rem;
    }

    .grid_section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 1.25rem 0;
    }

    .flex-box {
        display: block;
    }

    .box {
        margin: .625rem 0;
        padding: .625rem
    }
}

@media only screen and (max-width: 23.438rem) {
    aside {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .grid_section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 20px 0;
    }
}