main {
    margin-bottom: 5rem!important;
}

h1 {
    font-size: 3.5rem!important;
    font-weight: bold;
    margin-top: 3.25rem!important;
    margin-bottom: 2.375rem!important;
    text-align: center!important;
}

.read {
    text-align: center;
    margin-bottom: 6rem;
    font-size: 1.375rem;
    color: var(--color_3);
}
.column {
    font-size: 2rem!important;
    font-weight: 500!important;
    margin-bottom: 0.5rem!important;
}
.date {
    text-align: right;
    color: #9b9085;
    font-size: 0.875rem;
    margin-bottom: 1.75rem;
}

.past-book img {
    max-width: 230px!important;
    max-height: 320px!important;
    margin-bottom: 2rem!important;
    border-radius: 1.5rem!important;
}
.past-book label {
    text-align: center!important;
    font-size: 1.125rem!important;
    display: block!important;
    margin-bottom: 1rem!important;
    font-weight: 800!important;
}
.past-book p {
    text-align: center;
    margin-bottom: 2rem;
}

.btn2 {
    display: inline-block;
    margin-top: 15px;
    padding: 8px 18px;
    font-size: 13px;
    text-decoration: none;
    color: #6a5846;
    border: 1px solid #d8cfc6;
    border-radius: 20px;
    transition: all 0.3s ease;
}

h2 {
    font-size: 1.5rem!important;
    font-weight: bold!important;
    margin-bottom: 1.5rem!important;
}

.wp-block-columns {
    background-color: #f8f6f2!important;
    border-radius: 0.3rem!important;
}
.wp-block-columns div {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}
.wp-block-columns div:last-child {
    justify-content: start!important;
}
.wp-block-columns div p {
    margin: 0;
    padding: 0.5rem;
    color: #6a5846;
    letter-spacing: 0.1rem;
}
.wp-block-columns:last-child {
    margin-bottom: 4rem;
}

.wpcf7 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 576px) {
    .wpcf7 {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .wpcf7 {
        width: 700px;
    }
}
.wpcf7 label {
    width: 100%!important;
    display: block!important;
}
.wpcf7 input {
    width: 100%;
    display: block;
    padding: 1rem;
}
.wpcf7 textarea {
    width: 100%;
    display: block;
    padding: 1rem;
}
.wpcf7 select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%236a5846' height='10' viewBox='0 0 24 24' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 10px;
    padding: 0.5rem;
}
.wpcf7 input.wpcf7-submit {
    display: block;
    padding: 14px 40px;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    background: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
    width: auto;
    margin: 1.5rem auto 0;
}




