.height-half .featured-block-text {
  min-height: 50vh;
}
.height-75 .featured-block-text {
  min-height: 75vh;
}
.height-full .featured-block-text {
  min-height: 100vh;
}

.featured-block-with-bg {
  position: relative;
}
.featured-block-with-bg img.background-image {
  position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
  z-index: 0;
}


.featured-block-with-bg .bg-mask {
  z-index: 1;
}
.featured-block-with-bg .page-block-wrapper {
  position: relative;
  z-index: 2;
}

.featured-block-with-bg-text-wrapper {
  background: #fff;
  border-radius: .75rem;
  margin: 10rem 0;
  padding: 4rem 5rem;
  position: relative;
  width: 100%;
}

.featured-block-with-bg .text-ref {
  font-family: var(--font);
  font-size: 1.125rem;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 0.5rem;
}
.featured-block-with-bg p:last-child {
  margin-bottom: 0;
}

.featured-block-with-bg-text-wrapper .btn {
  margin-top: 3rem;
}


.featured-block-with-bg .block-title > * {
  margin-top: 0;
}


/**********/

@media (max-width: 1023px) {
  .featured-block-with-bg-text-wrapper {
    padding: 3rem;
  }
}

@media (max-width: 639px) {
  .featured-block-with-bg-text-wrapper {
    margin-bottom: 5rem;
    padding: 2rem 1.5rem;
  }
}
