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

html {
    min-height: 100%;
}

body {
    font-family: "Hind", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    color: #052851;
}

#wrapper {
    max-width: 824px;
    margin: 12px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.line {
    margin: 15px -30px;
}

header {
    padding: 30px;
    display: flex;
    justify-content: end;
}

article {
    padding: 30px 30px 5px;
}

.padding {
    padding-left: 30px;
    margin-bottom: 29px;
}

.color {
    color: #052851;
    font-weight: 500;
    font-size: 18px;
}

.banner {
    position: relative;
    margin: -19px -30px 20px;
}

.text {
    position: absolute;
    top: 24%;
    left: 30px;
    display: flex;
    flex-direction: column;
    height: 57%;
    justify-content: space-between;
}

footer {
    padding: 5px 30px;
    background: #052851;
}

footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

footer p a {
    color: #fff !important;
}

p {
    margin-bottom: 16px;
}

strong {
    font-weight: 600;
}

.big {
    font-size: 23px;
    color: #052851;
}

h1 .small {
    font-size: 23px;
    display: block;
    font-weight: 400;
    margin-top: 7px;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    color: #052851;
    line-height: 1;
    background: url(onvio-icon.jpg) no-repeat 0 0;
    padding-left: 27px;
    position: relative;
    z-index: 1;
}

h1 .span {
    font-size: 22px;
    white-space: nowrap;
    font-weight: 300;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    background: url(onvio-icon4.jpg) no-repeat 0 4px;
    padding-left: 25px;
}

h3 {
    margin: 0 18% 10px -30px;
    font-size: 22px;
    font-weight: 500;
    background: #052851;
    color: #fff;
    padding: 5px 16px 1px 45px;
}

h4 {
    margin-bottom: 16px;
    font-size: 29px;
    font-weight: 500;
    color: #052851;
    line-height: 1.1;
}

h5 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

h6 {
    margin-bottom: 16px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
}

h6 span {
    font-weight: 400;
    font-size: 16px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #052851;
    white-space: nowrap;
    text-decoration: none;
}

ul li strong {
    font-weight: 500;
}

ul {
    margin-bottom: 30px;
    list-style: none;
}

ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 3px;
}

ul li:before {
    content: url(onvio-icon1.jpg);
    position: absolute;
    top: 0;
    left: 0;
}

.icon2 li:before {
    content: url(onvio-icon2.jpg);
}

.icon3 li:before {
    content: url(onvio-icon3.jpg);
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.nobr {
    white-space: nowrap;
}

@media (max-width: 823px) {
    #wrapper {
        margin: 0;
    }

    header {
        padding: 16px;
    }

    br:not(.br br) {
        display: none;
    }

    footer {
        padding: 8px 16px;
    }

    .text {
        left: 16px;
        width: 50%;
    }

    h2 {
        font-size: 4.25vw;
        background-size: 4%;
        padding-left: 7%;
        background-position: 0 center;
    }

    h1 {
        font-size: 32px;
    }

    article {
        padding: 16px 16px 5px;
    }

    .banner {
        margin: 0 -16px 16px;
    }

    h3 {
        margin-right: 0;
    }

    h1 .small {
        margin-top: 5px;
    }
}

@media (max-width: 499px) {
    header {
        justify-content: center;
    }

    ul {
        margin-bottom: 20px;
    }
}