@font-face {
    font-family: 'Jubilate';
    src: url('fonts/Jubilate.woff2') format('woff2'),
        url('fonts/Jubilate.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jubilate';
    src: url('fonts/JubilateItalic.woff2') format('woff2'),
        url('fonts/JubilateItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body {
    padding: 30px 0px;
    margin: 0px auto;
    font-family: noto-serif, serif !important;
}

ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
._site_menu_top {
    text-align: right;
    padding-bottom: 30px;
}
._brand {
    margin: 0px;
    text-align: center;
}
._body_content {
    padding: 70px 0px;
    text-align: center;
    position: relative;
}
._widthbox {
    width: 58%;
    margin: 0px auto;
    padding: 0px 0px 30px 0px;
    font-size: 18px;
    color: #655d5d;
    line-height: 1.4em;
}
._body_paragraph h2 {
    color: #b19834;
    font-weight: 600;
    padding-bottom: 20px;
}
._body_paragraph button {
    border: 0px;
    background: none;
}
._body_paragraph button a {
    display: block;
    background: #b19834;
    text-decoration: none !important;
    color: #FFF;
    padding: 10px 40px;
    border-radius: 30px;
}
._treatment {
    text-align: center;
}
._body_content::before {
    position: absolute;
    content: "";
    height: 50px;
    width: 2px;
    background: #b19834;
    top: 5px;
}
._body_content::after {
    position: absolute;
    content: "";
    height: 50px;
    width: 2px;
    background: #b19834;
    bottom: 5px;
}
._treatment {
    text-align: center;
    padding: 30px 0px;
}
._treatment h1 {
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #b19834;
}
.facial_ul h3 {
    font-size: 20px;
    font-weight: 600;
    color: #b19834;
    margin: 0px;
    padding: 15px 0px;
}
.facial_ul ul li {
    margin: 0;
    padding: 0;
}
.facial_ul ul li {
    font-size: 18px;
    color: #655d5d;
    line-height: 1.7em;
}
._treatment h4 {
    padding: 15px 0px 0px 0px;
    margin: 0px;
    font-weight: 600;
    font-size: 20px;
}
._treatment h5 {
    padding: 40px 0px 20px 0px;
    color: #b19834;
    font-weight: 100;
}
.facial h3 {
    font-size: 24px;
    font-weight: 600;
    color: #b19834;
    margin: 0px;
    padding: 10px 0px 5px 0px;
}
.facial p {
    margin: 0px;
    padding: 3px 0px;
    color: #b19834;
    font-size: 18px;
}
.facial p a {
    color: #b19834;
    font-size: 18px;
}
._social a {
    font-size: 50px;
    margin: 0px 10px;
    color: #b19834;
}
._social {
    padding-top: 20px;
}