.post-nav {
    margin-top: 5rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-nav .overview-icon {
    background-image: url('../img/le-overview-icon.svg');
    width: 25px;
    height: 25px;
}

.le-portfolio-post-page .wp-block-image.size-full {
    margin-bottom: 32px;
}

.le_portfolio-template-default .wp-block-columns {
    margin-top: 0 !important;
}
.le-portfolio-cta {
    margin: 5rem 0 2rem;
    display:flex;
    gap: 2rem;
    flex-direction: column;
    align-items: end;
}

.le-portfolio-cta .le-portfolio-cta-text p {
    line-height:1.1;
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-weight: 400;
    max-width: 28ch;
    text-align: right;
    margin:0;
}
.le-portfolio-post-page .cta-button-contact {
    background: black;
    padding: 0.5rem 1rem;
    border: 1px solid black;
    color: white;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.le-portfolio-post-page .cta-button-contact:hover {
    background: white;
    color: black;
}


.le-portfolio-cta-buttonbox {
    margin-bottom:2rem;
}