
body {
    background: #fff;
}

.contentWrapper {
    background-repeat: no-repeat;
    background-size: 380px;
    background-position: 76% 26%;
    position: relative;
    background-image: url(images/leaf.png);
    padding-top: 150px;
    padding-bottom: 160px;
}
.contentWrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 87%;
}
.contentWrapper .setWidth {
    position: relative;
    background: transparent;
    display: block;
    padding: 0;
    width: 90%;
}
.contentDiv {
    display: block;
    width: 100%;
    padding-right: 0;
}


.headerWrapper {
    background: #270255c9;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}


.hoursWrap {
    padding-top: 12px;
    padding-bottom: 2px;
}