@charset "utf-8";

/* jost-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jost-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/jost-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/jost-v20-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/jost-v20-latin-regular.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/jost-v20-latin-regular.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/jost-v20-latin-regular.svg#Jost') format('svg');
    /* Legacy iOS */
}

/* jost-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/jost-v20-latin-700.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/jost-v20-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/jost-v20-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('../fonts/jost-v20-latin-700.woff') format('woff'),
        /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
        url('../fonts/jost-v20-latin-700.ttf') format('truetype'),
        /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
        url('../fonts/jost-v20-latin-700.svg#Jost') format('svg');
    /* Legacy iOS */
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #323465;
    font-family: 'Jost', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 900px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .937rem;
}

span{
    white-space: nowrap;
}

h1 {
    font-size: 1.562rem
}

h1 + p {
    margin-bottom: 2.5rem
}

h2 {
    font-size: 20px;
    margin: 0 0 .5rem
}

ul {
    list-style: none;
    margin: 0 0 1.562rem;
    padding: 0;
}

ul li {
    padding-left: 1.25rem
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 8px;
    height: 8px;
    background: #323465;
    margin-left: -20px;
    top: .437rem;
}

header {
    padding: 1.562rem;
    border-bottom: 1px solid #DFDFDF
}

.text {
    padding: 0px 25px
}

article img {
    margin-bottom: 1.562rem
}
.details i{
    margin: 0 .5rem 0 15px
}
.benefits {
    background: #323465;
    color: #fff;
    padding: 1.562rem;
}

.flex {
    display: flex;
}

.flex i {
    font-size: 25px;
    margin-right: .375rem
}
.fa-location-dot{
    margin-left: 0!important
}
.flex p {
    display: flex;
    align-items: center;
}

.column {
    width: 49%
}

footer {
    padding: 1.562rem;
}

footer img {
    margin-bottom: 1.562rem
}

@media only screen and (max-width: 56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    header {
        padding: 0 0 1rem
    }

    .benefits {
        padding: 1rem
    }

    .text {
        padding: 0
    }

    footer {
        padding: 1rem 0
    }
}

@media only screen and (max-width: 37.5rem) {
    .flex {
        flex-direction: column;
    }

    .column {
        width: 100%
    }
}

