/*-----------------------------------------------------------------------------------------/
/	Full Width Image With Info Card Region                                                  
/-----------------------------------------------------------------------------------------*/

.region-image-info-card {
  display: block;
  max-width: 100%;
  position: relative;
}

.region-image-info-card .wrapper {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.region-image-info-card .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  overflow: hidden;
  object-fit: cover;
}

.region-image-info-card .text {
  font-family: "Muli", sans-serif;;
  position: relative;
  z-index: 2;
  padding: 3.43rem;
  text-align: center;
}

.region-image-info-card .text .text-wrapper {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2.8rem;
  width: 70%;
  text-align: center;
  max-width: 70%;
}

  
.region-image-info-card .text .text-wrapper p  {
  text-align: left;
  margin: 0 auto;
  line-height: 1.93rem;
}

.region-image-info-card .text .text-wrapper p:last-of-type  {
  text-align: left;
  margin-bottom: 1.3rem;
}

.region-image-info-card .text .text-wrapper p.subtitle  {
  margin-bottom:1.1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.79rem;
  font-size: .98rem;
}


.region-image-info-card .text .text-wrapper h2  {
  margin-top: 0;
  font-weight: 800;
  margin-bottom: 1rem;
}

.region-image-info-card .text .text-wrapper a.button {
  font-weight: 700;
  padding: 1.18rem 2rem
}

@media only screen and (min-width: 800px){
  .region-image-info-card .text .text-wrapper {
    background-color: white;
    width: 29rem;
  }
  
  .region-image-info-card .text .text-wrapper h2  {
    white-space: nowrap;
  }
  
  .region-image-info-card .text  {
    position: relative;
    z-index: 2;
/*       padding: 3.88rem 2.7rem 3.88rem 3.88rem; */
    text-align: right;
    
  }
}

/*-----------------------------------------------------------------------------------------/
/ End	Full Width Image With Info Card Region                                                  
/-----------------------------------------------------------------------------------------*/  
