.page-template-page-about-tpl .body-content{
    width: 100%;
    max-width: 1032px;
    margin: 0 auto;
    padding-top: 66px;
    padding-bottom: 50px;
}

.page-template-page-about-tpl .body-content p{
    color: var(--White, #FFF);
    font-family: Gotham;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18.8px; /* 134.286% */
    text-align: left;
    margin-bottom: 1.2em;
}

.page-template-page-about-tpl .body-content hr{
    margin: 63px 0;
    border-top-width: 1px;
}

.page-template-page-about-tpl .body-content .wp-block-columns{
    gap: 100px;
}

.page-template-page-about-tpl .body-content .wp-block-columns .wp-block-column:first-child{
    min-width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

.page-template-page-about-tpl .body-content h2{
    font-family: Flaviotte;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.page-template-page-about-tpl .body-content .wp-block-column:last-child a{
    color: #fff;
    padding: 8px 18px;
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .page-template-page-about-tpl .body-content{
        padding: 40px 20px;
    }
}