.page-content{
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-content__title{
    text-align: center;
    margin-bottom: 80px;
}
.page-content__title h1{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 48px;
    color: #2B2422;
    margin: 0;
}
.page-content__body{
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #2B2422;
    line-height: 1.6;
}
.page-content__body h2{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 36px;
    color: #2B2422;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.page-content__body h2:first-child{
    margin-top: 0;
}
.page-content__body h3{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 24px;
    color: #957979;
    margin-top: 0;
}
.page-content__body p{
    font-size: 18px;
    line-height: 1.6;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.page-content__body > p{
    text-align: center;
}
.page-content__body img{
    border-radius: 60px;
    max-width: 100%;
    height: auto;
}
.page-content__body .wp-block-columns{
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.page-content__body .wp-block-column{
    border: 1px solid #957979;
    border-radius: 60px;
    padding: 40px 30px;
}
.page-content__body .wp-block-column p{
    text-align: center;
    max-width: none;
}
.page-content__body .wp-block-buttons{
    justify-content: center;
    margin-top: 60px;
}
.page-content__body .wp-block-button__link{
    background: #957979;
    color: #FFF;
    border-radius: 60px;
    padding: 18px 40px;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    border: none;
}
.page-content__body .wp-block-button__link:hover{
    background: #E8B8B8;
    color: #957979;
    transition: 300ms ease-in-out;
}
.page-content__body .wp-block-table{
    margin-top: 60px;
    margin-bottom: 60px;
}
.page-content__body table{
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    font-size: 18px;
}
.page-content__body table th,
.page-content__body table td{
    padding: 18px 25px;
    text-align: left;
    border-bottom: 1px solid #957979;
}
.page-content__body table th{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 22px;
    color: #2B2422;
}
.page-content__body table td:last-child,
.page-content__body table th:last-child{
    text-align: right;
    color: #957979;
    font-weight: 500;
}

@media only screen and (max-width: 1050px){
    .page-content__title h1{ font-size: 34px; }
    .page-content__body .wp-block-columns{ flex-wrap: wrap; }
    .page-content{ padding-left: 20px; padding-right: 20px; }
    .page-content__body table th,
    .page-content__body table td{ padding: 12px 15px; font-size: 16px; }
}
