.cfc-container {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.cfc-heading {
  font-size: 6vw;
  margin: 0;
  position: absolute;
  background: transparent;
  left: 45%;
  top: 20%;
  text-transform: uppercase;
  line-height: 1;
  color: black;
  z-index: 1;
}

.cfc-section {
  padding-bottom: 70px;
}

.cfc-reverse .cfc-heading {
  left: auto;
  right: 45%;
}

.cfc-flex-container {
  display: flex;
  flex-wrap: wrap;
}

.cfc-reverse .cfc-flex-container {
  flex-direction: row-reverse;
}

.flex-item-img {
  width: 55%;
  display: block;
}

.flex-item-text {
  width: 45%;
  position: relative;
}

.flex-item-text-content {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 260px;
}

.cfc-img {
  width: 100%;
  height: 58vw;
  object-fit: cover;
  object-position: top;
  display: block;
  opacity: 1;
}

.cfc-reverse .flex-item-text-content {
  left: auto;
  right: 10px;
}

.cfc-text {
  text-align: justify;
  font-size: 12px;
  line-height: 1.5;
  color: black;
  margin-bottom: 15px;
}

.cfc-bottom-flex-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}

.cfc-reverse .cfc-bottom-flex-container {
  justify-content: flex-end;
}

.cfc-bottom-flex-item:last-child {
  margin-right: 0;
}

.cfc-bottom-flex-item {
  width: 310px;
  font-size: 12px;
  line-height: 1.3;
  color: black;
  padding-right: 10px;
}

.cfc-reverse .cfc-bottom-flex-item {
  padding-right: 0;
  padding-left: 10px;
  text-align: right;
}

.cfc-btn {
  border-top: 1px solid rgb(0 0 0 / 52%);
  border-bottom: 1px solid rgb(0 0 0 / 52%);
  padding: 8px 0;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cfc-container {
    padding-top: 4.6vw;
  }
  .cfc-heading {
    font-size: 9vw;
    left: 50%;
    top: 0.2vw;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .cfc-reverse .cfc-heading {
    left: 50%;
    right: auto;
  }
  .flex-item-img {
    width: 100%;
  }
  .cfc-img {
    width: 100%;
    height: auto;
  }
  .flex-item-text {
    width: 100%;
  }
  .cfc-bottom-flex-container {
    display: none;
  }
  .cfc-bottom-flex-item {
    width: 100%;
    padding: 10px 0;
  }
  .flex-item-text-content {
    position: static;
    width: 100%;
    padding-top: 15px;
  }
  .cfc-section {
    padding-bottom: 0px;
  }
}

.text-image-block-section .wrapper {
  width: 100%;
  padding: 0 12px;
}

.text-image-block-section .grid {
  display: flex;
  flex-wrap: wrap;
}

.text-image-block-section .grid-item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: left;
  padding: 0 8px;
  width: 50%;
}

.text-image-block-section .reverse {
  flex-direction: row-reverse;
}

.text-image-block-section .reverse .grid-item {
  justify-content: flex-start;
}

.text-image-block-section .Heading {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.text-image-block-section .button-link {
  padding: 8px 0;
  font-size: 12px;
  max-width: 200px;
  display: block;
  margin-top: 15px;
}

.text-image-block-section .button-link-has-border {
  padding: 8px 0;
  margin-top: 30px;
  font-size: 12px;
  width: 100%;
  display: block;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.text-image-block-section .image-caption {
  position: absolute;
}

.text-image-block-section .text-content {
  max-width: 380px;
  text-align: justify;
}
  

@media screen and (max-width: 640px) {
  .text-image-block-section .grid-item {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .text-image-block-section .wrapper {
/*     padding: 50px 0; */
  }
  .text-image-block-section .grid {
    flex-direction: column-reverse;
  }
  .text-image-block-section .reverse {
    flex-direction: column-reverse;
  }
  .text-image-block-section .text-content {
    padding-top: 20px;
    max-width: 100%;
  }
  .text-image-block-section .button-link-has-border {
    max-width: 100%;
    width: 100%;
  }
  .text-image-block-section .rel,
  .text-image-block-section .rel img
  {
    width: 100%; 
  }
}

.rel {
  position: relative;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pinFill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen-image-block h1, .dual-image-block h1 {
  font-size: 64px;
  line-height: 1.2;
  text-transform: uppercase;
}

.fullscreen-image-block img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .fullscreen-image-block h1, .dual-image-block h1 {
    font-size: 9vw;
  }
  
  .image-caption {
   	margin-bottom: 20px;
    display: none;
  }
}

.image-caption {
  margin-top: 5px;
  color: #7f7f7f;
}

.image-caption a {
  color: black;
}

.image-caption a:hover {
  color: #7f7f7f;
}


.dual-image-block .wrapper {
    width: 100%;
    padding: 0 20px;
  	position: relative;
}

.dual-image-block .rel {
	display: flex;
}

.dual-image-block .left-image,
.dual-image-block .right-image {
  width: 50%;
  position: relative;
  height: 0;
  padding-top: 70%;
}

.dual-image-block {
  padding-bottom: 40px;
}

.section-margin {
  margin-bottom: 100px;
}

.section-margin-top {
  margin-top: 200px;
}

.dual-image-block img {
  height: 100%;
  width: auto;
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 640px){
  .dual-image-block .wrapper,
  .fullscreen-image-block .wrapper{
    padding: 0;
  }
  
  .dual-image-block {
    padding-bottom: 0px;
  }
  
  .section-margin {
    margin-bottom: 50px;
  }
  
  .section-margin-top {
    margin-top: 50px;
  }
}

.ImageHero__BlockContent.Rte {
  font-size: 12px;
}