.section.apartments-teaser .section-title__header {
  flex-basis: 70%;
}

.architecture__cta {
  margin-top: 6rem;
  margin: 6rem auto 0;
}

.architecture__cta a {
  color: #000;
  display: flex;
  align-items: center;
}

.architecture__cta a {
  font-size: 24px;
  margin-top: 2rem;
}

.architecture__cta a svg {
  margin-left: 1rem;
  width: 42px;
  transform: translateX(0);
  transition: .5s all;
}

.architecture__cta {
  text-align: center;
}

.architecture__cta a {
  display: flex;
  justify-content: center;
}

.architecture__cta a:hover svg {
  transform: translateX(10px);
}

@media screen and (max-width: 768px) {
	.architecture__cta a {
		font-size: 18px;
	}
}

.page-template-apartments.page-id-42 .page-title__header {
	max-width: 60%;
	font-size: 55px;
	line-height: 1.3;
}

.apartments__desc {
	margin-bottom: 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.apartments.pages {
	margin-top: 2rem;
}

@media screen and (max-width: 992px) {
	.page-template-apartments.page-id-42 .page-title__header {
		font-size: 34px;
		max-width: 100%;
	}
}



.faq-item {
    border-bottom: 1px solid #25921f;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 16px;
	font-size: 20px;
	font-family: 'Friends Normal', sans-serif;
	font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 16px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    transform: rotate(45deg);
}

.faq-answer-wrapper {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.faq-answer {
    padding: 0 16px 16px;
	font-size: 18px;
	line-height: 1.4;
}


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

	.faq-question {
		padding: 16px 0;
		font-size: 16px;
	}

	.faq-answer {
		font-size: 16px;
	}

	.faq-question::after {
		top: 16px;
	}

}