@charset "utf-8";
.nav ul li:nth-child(2) a::after {opacity: 1;}


.thema {display: flex; align-items: center; gap: 5rem; margin: 5rem auto; text-align: left;}
.thema h2 {text-align: left; margin: 0 0 0.75rem 0; font-size: 1.75rem;}
.thema p {font-size: 1.125rem;}
.thema figure {flex: calc(50% - 2.5rem) 0 0; border-radius: 0.75rem;}
.thema .button-black {margin-top: .5rem;}


@media screen and (max-width: 980px) {
	.thema {flex-wrap: wrap; gap: 3rem; max-width: 600px;}
	.thema figure {flex: 100% 0 0;}
}