.columns-block p {
	font-family: 'aktiv-grotesk' !important;
    margin: 0;
}

.columns-block img {
    display: block;
    width: 100%;
}

.columns-block .txt {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: var(--space-xl);
    gap: var(--space-m);
}

.columns-block .txt.max-width-40 {
    justify-content: center;
    margin: 0 auto;
}

.columns-block .img.max-width-40 {
    max-width: unset;
}

.columns-block .txt p {
    width: 100%;
    max-width: 40rem;
}

.columns-block .txt h2 {
	font-family: 'roc-grotesk-wide';
    font-size: 1.5rem;
    margin-bottom: calc(var(--space-m) * -1);
}

.columns-block .txt hr {
    margin: 3px;
    border-color: transparent;
}

/* In Gutenberg Editor */

#editor .columns-block {
    grid-template-columns: 1fr 1fr;
}

#editor .columns-block .img img {
    height: 100%;
    object-fit: cover;
}

#editor .txt h1, #editor .txt h2, #editor .txt h3, #editor .txt h4 {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .overlay-top {
        position: relative;
        margin-top: -20%;
    }
    .overlay-bottom {
        position: relative;
        margin-bottom: -20%;
    }
}