body {
    background: #fff;
}
.block-editor-block-list__layout {
    margin-top: 4rem;
}
h1 {
    font-weight: 400;
    line-height: 4.9rem;
    color: #c7b299;
    font-size: 2.8rem;
}
h2 {
    font-size: 2.5rem;
    line-height: 4.2rem;
    margin-bottom: 3.6rem;
}
p {
    line-height: 3.6rem;
    font-size: 1.5rem;
}
figure {
    padding: 20px 0;
    text-align: center;
}
figure img {
    width: 100%;
    max-width: 700px;
    height: auto;
}
* {
    color: #000;
}
.top_contents .inner,
article {
    width: 700px;
    margin: 0 auto;
}
.nav-linkl {
    display: flex;
    justify-content: center;
}
.nav-linkl a {
    color: #fff;
    display: inline-block;
    padding: 0 1rem;
}
.nav-linkl a:hover {
    color: #998675;
}
.wp-block-gallery {
    display: flex;
    gap: 1rem;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    position: relative;
    color: #000;
    background: none;
    text-shadow: none;
    padding: 0;
    font-size: 1.3rem;
}
.block-editor-block-list__layout {
    margin: auto
}
.wp-block-list {
    list-style-type: disc;
}
.wp-block-list li {
    margin-left: 2rem;
}
.wp-block-buttons {
    display: flex;
    justify-content: center;
    margin: 4rem auto;
}
.wp-block-button {
    text-align: center;
}
.wp-block-button__link,
.wp-block-button a {
    background: #000;
    color: #fff;
    border-radius: 3rem;
    padding: 2rem 6rem;
}
.wp-block-group-is-layout-flex {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}
.wp-block-group-is-layout-flex > .wp-block-group {
    width: 25%;
}
.wp-block-group-is-layout-flex > .wp-block-group figure {
    padding: 0;
}
.wp-block-group-is-layout-flex > .wp-block-group figure img {
    width: 100%!important;
}
.wp-block-group-is-layout-flex p {
    margin-bottom: 0!important;
}
.components-resizable-box__container {
    margin: auto;
}
@media screen and (max-width: 767px) {
    .wp-block-group-is-layout-flex {
        align-items: start;
    }
    .wp-block-group-is-layout-flex > .wp-block-group {
        width: 30%;
    }
}
