.card-full-width {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  background: #fff;
  overflow: hidden;
  margin-bottom: 32px;
  min-height: 30rem;
  margin: 0 auto;
}
.card-full-width--highlighted {
  border: 2px solid #c5aa7a;
  box-shadow: 0 8px 32px rgba(197, 170, 122, 0.12);
}
.card-full-width__image-wrapper {
  max-width: 40rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.card-full-width__image {
  max-width: 35rem;
  max-height: 25rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.card-full-width__content {
  flex: 1 1 0;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-full-width__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #1a1a1a;
}
.card-full-width__text {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 24px;
  width: 70%;
}
.card-full-width__button {
  display: inline-block;
  color: #c5aa7a;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  width: 50%;
}
.card-full-width__button:hover {
  background: #a88c5c;
}
.card-full-width__extra {
  margin-top: 18px;
}

.projects-overview {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 0;
}

@media (max-width: 1100px) {
  .card-full-width {
    flex-direction: column !important;
  }
  .card-full-width__image-wrapper {
    max-width: 100%;
    width: 100%;
    min-height: 180px;
    height: 220px;
    order: 0 !important;
  }
  .card-full-width__content {
    padding: 28px 12px;
    order: 1 !important;
  }
  .card-full-width--image-left, .card-full-width--image-right {
    flex-direction: column !important;
  }
}
/*# sourceMappingURL=card-full-width.css.map */
