@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/barlow-v12-latin-regular.eot');
    src: url('../fonts/barlow-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-regular.woff2') format('woff2'), url('../fonts/barlow-v12-latin-regular.woff') format('woff'), url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'), url('../fonts/barlow-v12-latin-regular.svg#Barlow') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/barlow-v12-latin-700.eot');
    src: url('../fonts/barlow-v12-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/barlow-v12-latin-700.woff2') format('woff2'), url('../fonts/barlow-v12-latin-700.woff') format('woff'), url('../fonts/barlow-v12-latin-700.ttf') format('truetype'), url('../fonts/barlow-v12-latin-700.svg#Barlow') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #f3f3f3;
    font-size: 16px;
    line-height: 19px;
    font-family: 'Barlow', Arial, sans-serif;
    color: #222222;
    font-weight: 400;
}

#wrapper {
    max-width: 690px;
    background: #fff;
    margin: 16px auto;
    overflow: hidden;
    position: relative;
}

header img {
    vertical-align: middle;
}

article {
    padding: 0 30px;
}

.content section:nth-of-type(1) {
    background: #e30613;
    margin: 0 -30px 15px;
    padding: 17px 30px 1px;
    position: relative;
}

.content section:nth-of-type(1) span {
    margin-right: 37px;
    display: inline-block;
    vertical-align: top;
}

.content section:nth-of-type(1) :is(h1, p) {
    color: #FFF;
}

.content section:nth-of-type(1) figure {
    position: absolute;
    right: 52px;
    bottom: 16px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.content section:nth-of-type(2) {
    margin: 28px 0 0;
}

.red-button {
    background: #e30613;
    height: 44px;
    line-height: 40px;
    width: 185px;
    text-align: center;
    display: block;
    font-size: 16px;
    border-radius: 5px;
    color: #fff !important;
    position: absolute;
    right: 48px;
    top: 35px;
    border: 2px solid #fff;
}

.margin-right {
    margin-right: 8px;
}

hr {
    width: 100%;
    border: none;
    height: 1px;
    display: block;
    background: #e30613;
    margin-top: 30px;
}

.root {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}

.left {
    width: 51.5%;
    padding: 0 0 10px 10px;
}

.right {
    width: 40%;
    margin-top: 11px;
}

.right p {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    line-height: 17px;
}

.justify {
    text-align: justify;
    hyphens: auto;
}

footer {
    background: #e30613;
    padding: 0.5rem 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 25px;
}

footer div:nth-of-type(2) {
    border-left: 1px solid #fff;
    padding-left: 8px;
}

.socical {
    margin-top: 7px;
    display: flex;
    gap: 3px;
}

:is(strong, h1) {
    font-weight: 700;
}

h1 {
    font-size: 22px;
    margin: 1.5rem 0;
    line-height: 1.75rem;
}

h2 {
    font-size: 22px;
    margin: 19px 0;
    line-height: 30px;
    color: #e30613;
    font-weight: 400;
}

.color{
    color: #e30613;
}

h3 {
    font-size: 15px;
    margin: 0.1875rem 0 38px 60px;
    line-height: 1.5rem;
    font-weight: 400;
    position: relative;
    color: #e30613;
}

h3 img {
    position: absolute;
    left: -63px;
    top: 3px;
}

:is(p, ul li) {
    font-size: 14px;
}

p {
    margin-bottom: 1rem;
}

ul {
    margin: 0 0 27px 15px;
}

ul li {
    list-style: none;
    text-indent: -15px;
}

ul li:before {
    font-size: 12px;
    margin-right: 15px;
    position: relative;
    top: -1px;
    float: left;
    content: "\25A0";
    color: #e30613;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #222;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
}

@media screen and (max-width:689px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    article {
        padding: 0 16px;
    }

    .justify {
        text-align: left;
    }

    :is(h1, h2, p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    footer {
        padding: 10px 16px;
    }

    span {
        white-space: nowrap;
    }
}

@media screen and (max-width:651px) {
    :is(.left, .right) {
        width: 100%;
    }

    .left {
        padding: 0;
    }

    .right p {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .red-button {
        position: static;
    }

    .content section:nth-of-type(1) {
        padding: 16px;
        margin: 0 -16px 16px;
    }

    .content section:nth-of-type(1) span {
        margin: 0 10px 10px 0;
    }

    .content section:nth-of-type(1) figure {
        position: static;
        margin-bottom: 20px;
        border-left: 0;
        padding-left: 0;
    }

    :is(h1, .content section:nth-of-type(1) span) br {
        display: none;
    }

    h3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        margin: 0 0 12px;
    }

    h3 img {
        position: static;
        margin-right: 10px;
    }
}

@media screen and (max-width:374px) {
    footer {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}