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

html {
    min-height: 100%;
}

body {
    background: none;
    font-family: "Open Sans", Arial, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
}

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

#wrapper sup {
    line-height: 0;
    font-size: 11px;
}

#wrapper .logo {
    display: flex;
    justify-content: end;
}

#wrapper .title {
    background: url(background.png) no-repeat;
    max-width: 430px;
    height: 349px;
    background-size: 100% 100%;
    padding: 72px 40px 50px 56px;
    margin-top: -62px;
}

#wrapper .title p {
    color: #fff;
}

#wrapper .hide {
    display: none;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper header {
    padding: 20px 20px 7px 40px;
    background: url(header.jpg) no-repeat;
}

#wrapper .small {
    font-size: 12px;
    color: #808080;
}

#wrapper .color,
#wrapper .color a {
    color: #808080 !important;
}

#wrapper article {
    padding: 20px 60px;
}

#wrapper p {
    margin-bottom: 16px;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 {
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}

#wrapper h3 {
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    color: #008B58;
}

#wrapper .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wrapper .ul li:before {
    content: url(icon1.jpg);
    position: static;
}

#wrapper .ul li:nth-of-type(2):before {
    content: url(icon2.jpg);
}

#wrapper .ul li:nth-of-type(3):before {
    content: url(icon3.jpg);
}

#wrapper .ul li:nth-of-type(4):before {
    content: url(icon4.jpg);
}

#wrapper .ul li:nth-of-type(5):before {
    content: url(icon5.jpg);
}

#wrapper .ul li:nth-of-type(6):before {
    content: url(icon6.jpg);
}

#wrapper .ul li:nth-of-type(7):before {
    content: url(icon7.jpg);
}

#wrapper .ul li:nth-of-type(8):before {
    content: url(icon8.jpg);
}

#wrapper .ul li:nth-of-type(9):before {
    content: url(icon9.jpg);
}

#wrapper .ul li:nth-of-type(10):before {
    content: url(icon10.jpg);
}

#wrapper .ul li:nth-of-type(11):before {
    content: url(icon11.jpg);
}

#wrapper .ul li:nth-of-type(12):before {
    content: url(icon12.jpg);
}

#wrapper .ul li:nth-of-type(13):before {
    content: url(icon13.jpg);
}

#wrapper .ul li:nth-of-type(14):before {
    content: url(icon14.jpg);
}

#wrapper .ul li:nth-of-type(15):before {
    content: url(icon15.jpg);
}

#wrapper .ul li {
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 5px;
    width: 32%;
    font-size: 13px;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

#wrapper ul {
    margin-bottom: 20px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 21px;
    position: relative;
    margin-bottom: 6px;
}

#wrapper ul li:before {
    content: "\002022";
    font-size: 21px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 0;
    line-height: 1;
    left: 0;
}

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

@media (max-width: 929px) {
    #wrapper {
        margin: 0;
        box-shadow: none;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper article {
        padding: 16px;
    }

    #wrapper header {
        padding: 16px;
        background-position: center;
        background-size: cover;
    }
}

@media (max-width: 599px) {
    #wrapper .ul li {
        width: 48.5%;
    }

    #wrapper .title {
        background: rgba(0, 139, 88, 0.86);
        padding: 16px;
        margin-top: 25%;
        height: auto;
        max-width: 100%;
    }
}

@media (max-width: 399px) {
    #wrapper .ul li {
        width: 100%;
    }
}