.pagina-titel {
    display: flex;
    flex-direction: column;
}


.pagina-titel h3 p {
    font-family: BadScript;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #4B5545;
}

.pagina-titel h2 p {
    font-family: "the-seasons", sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 66px;
    color: #4B5545;
}

.pagina-titel h3 {
    font-family: BadScript;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    color: #4B5545;
}

.pagina-titel h2 {
    font-family: "the-seasons", sans-serif;
    font-weight: 700;
    font-size: 46px;
    line-height: 66px;
    color: #4B5545;
}

@media screen and (max-width: 820px) {

	.pagina-titel h3,
	.pagina-titel h3 p{
		font-size: 14px;
		line-height: 28px;
	}

	.pagina-titel h2,
	.pagina-titel h2 p{
		font-size: 26px;
		line-height: 38px;
	}
}