@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');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    color: #191919;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

#wrapper {
    max-width: 1024px;
    margin: 1rem auto;
    background-color: #fff;
    padding: 30px 50px;
}

.banner img {
    border-radius: 20px
}

.title {
    padding: 20px;
}

article {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

article .justify {
    text-align: justify;
}

.left {
    width: 66%;
}

.color {
    color: #191919
}

.left .flex {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 100px
}

.left .flex figure {
    display: flex;
    gap: 3px;
    flex-direction: column;
    align-items: center;
}

.left .flex figure p {
    text-align: center;
    font-weight: 700;
}

.left .flex figure p span {
    display: block;
    padding-bottom: 4px;
    color: #1f299c
}

.right {
    width: 26%;
}

.right .flex {
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.right .flex figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.right .flex figure p {
    text-align: center;
    color: #1f299c;
    font-weight: 700
}

footer {
    padding: 40px;
}

.button {
    display: flex;
    justify-content: center;
}

.button a {
    color: #003857 !important;
    background: #96d228;
    padding: 14px 50px;
    box-shadow: 0px 0px 19px 0px #000000;
    border: 4px solid #ffffff !important;
    border-radius: 40px !important;
    font-weight: 700;
    font-size: 17px;
}

.button a:hover {
    color: #fff !important;
    background: #1f299c;
}

.color {
    color: #1f299c
}

.logo {
    display: flex;
    justify-content: center;
}

p:not(:first-of-type) {
    margin-top: 20px;
}

h1 {
    font-size: 37px;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1f299c;
}

h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-top: 40px;
}

ul {
    list-style: none;
    margin-top: 20px;
}

ul li {
    padding-left: 19px;
}

li:before {
    content: "\2022";
    color: #191919;
    float: left;
    font-size: 24px;
    text-indent: -19px;
}

img {
    max-width: 100%;
    display: block;
}

:is(h1, h2, strong) {
    font-weight: 700;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #191919;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width:1024px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty
    }

    :is(p, ul) span {
        white-space: nowrap;
    }

    br:not(footer br) {
        display: none;
    }

    article .justify {
        text-align: left;
    }
}

@media only screen and (max-width:910px) {
    #wrapper {
        padding: 16px
    }

    h1 {
        font-size: 29px
    }

    .left .flex {
        gap: 73px;
    }
}

@media only screen and (max-width:650px) {
    article {
        display: block;
    }

    :is(.left, .right) {
        width: auto;
    }

    .right {
        margin-top: 20px
    }

    :is(article, footer) {
        padding: 16px
    }
}

@media only screen and (max-width:480px) {
    .left .flex {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    h1 {
        font-size: 22px
    }
}