.text-w-image-subheader {
   text-transform: uppercase;
   font-weight: 600;
}

.text-w-image-p {
   padding-bottom: 15px;
}

.text-w-image-image-wrapper {
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}

.text-w-image-image {
   width: auto;
   height: 100%;
   opacity: 0;
}



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

   .text-w-image-container {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
   }

   .text-w-image-content-wrapper {
      width: 100%;
      height: 100%;
      padding: 50px;
   }

   .text-w-image-bg-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: var(--FC-brown-dark);
      opacity: .85;
      padding: 50px;
   }

}


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

   .text-w-image-content-wrapper {
      padding: 35px;
   }

   .text-w-image-bg-overlay {
      padding: 35px;
   }

}
