.text-cta .text-cta__container{
	padding-top: 80px; 
	padding-bottom: 80px;
	display: flex; 
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.text-cta .text-cta__container{
		flex-direction: column;
		gap: 48px;
	}
}
.text-cta__cta{
	position: relative;
	max-width: 560px;
	min-height: 560px;
  	width: 100%; 
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid #012527;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 60px;
	padding: 32px;
	background-image: linear-gradient(180deg, rgba(1, 37, 39, 0.00) 34.51%, rgba(1, 37, 39, 0.60) 90.93%);
}
.text-cta__media {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.text-cta__media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 991px) {
  .text-cta__cta{ 
		max-width: 100%;
	  min-height: 445px;
	  gap: 31px;
	}
}

.text-cta__title {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: #012527;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .text-cta__title {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 32px;
  }
}
.text-cta__description {
  font-family: "TestSohne-Buch", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  color: #012527;
}

.text-cta__cta .cta__text{
  font-family: "Word Sans", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 143%;
  color: #fff;
}

.text-cta__cta .cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Karla", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  height: 48px;
	border-radius: 99px;
	gap: 8px;
	background-color: #DF240C;
}
/*# sourceMappingURL=style.css.map */