/* @group Title & Text
------------------------------------ */

.title-and-text .wp-block-heading > a {
    text-decoration: underline!important;
}

@media only screen
and (min-width : 961px) {
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}

/* @end */


/* Animations
------------------------------------ */
:where(#wrapper) .title-and-text .bp-column {
	opacity: 0;
	--duration: 1s;
}
:where(#wrapper) .title-and-text.animateActive .bp-column {
	animation: fade var(--duration) forwards;
	animation-delay: var(--delay, 0);
}
:where(#wrapper) .title-and-text.animateActive .bp-column {
    --delay: 0.3s;
}