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

html {
    min-height: 100%;
}

body {
    background: none;
    font-family: "Open Sans", Arial, sans-serif;
    color: #555555;
    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 .position {
    position: relative;
}

#wrapper .width {
    flex: 1 1 0;
}

#wrapper .img {
    display: flex;
    justify-content: end;
    margin: -66px -30px 0 0;
}

#wrapper .contact {
    background: #FAB000 url(heart.jpg) no-repeat bottom right;
    padding: 30px 80px;
    margin: 15px -80px;
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}

#wrapper .contact p {
    font-weight: 500;
}

#wrapper .tilte {
    background: url(background-title.jpg) no-repeat;
    padding: 20px 80px;
    background-size: cover;
}

#wrapper .tilte p {
    font-size: 19px;
}

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

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

#wrapper .content {
    width: 48%;
}

#wrapper .hide {
    display: none;
}

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

#wrapper article {
    padding: 30px 80px;
}

#wrapper footer {
    padding: 10px 40px 30px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wrapper footer p {
    margin-bottom: 0;
}

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

#wrapper strong {
    font-weight: 700;
}

#wrapper .qrcode {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: -36px;
}

#wrapper .qrcode p {
    max-width: 250px;
    margin-right: -33px;
    position: relative;
    flex: 1 1 0;
}

#wrapper .color {
    color: #FAB000;
    font-size: 21px;
    text-align: center;
}

#wrapper .ul li {
    display: inline-block;
    width: 100%;
}

#wrapper .ul {
    columns: 2;
    padding-bottom: 20px;
}

#wrapper h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

#wrapper h3 {
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 700;
}

#wrapper h2 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

#wrapper .background {
    background: url(background.jpg) no-repeat;
    margin: 0 -80px 30px;
    padding: 16px 128px 11px;
    background-size: cover;
    background-position: top left;
}

#wrapper .background p {
    text-align: center;
}

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

#wrapper .button {
    display: flex;
    justify-content: center;
    margin: -34px 71px 0 0;
}

#wrapper .button a {
    display: inline-block;
    padding: 11px 20px;
    background: #555555;
    color: #fff;
}

#wrapper .button a:hover {
    opacity: 0.9;
}

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

#wrapper ul li {
    padding-left: 15px;
    position: relative;
}

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

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

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

    #wrapper .tilte {
        padding: 16px;
        background-size: cover;
    }

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

    #wrapper .qrcode {
        margin: 0;
    }

    #wrapper article {
        padding: 16px;
    }

    #wrapper footer {
        padding: 16px;
        gap: 10px;
        flex-wrap: wrap;
    }

    #wrapper .background,
    #wrapper .contact {
        padding: 16px;
        margin: 16px -16px;
        background-position: center;
    }
}

@media (max-width: 699px) {
    #wrapper .content {
        width: 100%;
    }

    #wrapper .mb0 {
        margin-bottom: 0;
    }

    #wrapper .img {
        margin: 0;
    }
}

@media (max-width: 699px) {

    #wrapper .contact,
    #wrapper footer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    #wrapper .button {
        margin: -35px 0 0;
    }
}