.gap-34 {
    gap: 34px;
}

.first-image{
	margin-bottom:60px;
	margin-top:30px;
}

.objektbeschrieb-first-img {
    width: 60%;
}

.objektbeschrieb-second-img {
    width: 40%;
}

.objektbeschrieb-comppnent h1 {
    font-family: "mrs-eaves-xl-serif-narrow", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
    text-align: left;
    color: #B29D76;
    margin-bottom: 33px;
}

.content-title {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #B29D76;
    color: #B29D76;
    border-radius: 50px;
    padding: 4px 17px 5px 13px;
    margin-bottom: 20px;
    font-family: "mendl-sans-dusk", sans-serif;
    display: inline-block;
    letter-spacing: 0.6px;
    line-height: 20.3px;
    text-transform: uppercase;
}

.content-subtitle {
    font-family: "mrs-eaves-xl-serif-narrow", sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #B29D76;
    line-height: 80px;
    margin-bottom: 33px;
}

.content-text p {
    font-size: 18px;
    color: #B29D76;
    font-weight: 400;
    font-family: "mrs-eaves-xl-serif-narrow", sans-serif;
    line-height: 26.1px;
	text-align:justify;
}

.content-text p:first-child {
    /*margin-bottom: 44px;*/
}

.content-text strong {
    font-weight: 700;
    font-size: 18px;
    color: #B29D76;
    font-family: "mrs-eaves-xl-serif-narrow", sans-serif;
    line-height: 26.1px;
}

.objektbeschrieb-images{
	margin-bottom:54px;
}

@media (max-width: 992px) {

    .objektbeschrieb-images {
        flex-direction: column;
    }

    .objektbeschrieb-first-img {
        width: unset;
    }

    .objektbeschrieb-second-img {
        width: unset;
    }
}


@media (max-width: 567px) {
	
	
	.first-image{
		margin-bottom:38px;
		margin-top:25px;
	}
	
    .objektbeschrieb-comppnent h1 {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 15px;
    }
	
	.objektbeschrieb-component .content-component p{
		margin-bottom: 0;
	}
}