.congo-three{

}

@media (min-width: 768px) { 
  .congo-three{
    display: flex;
    flex-wrap: wrap;
  }

  .congo-three .item{
    width: 50%;
  }
 }

 .congo-three .item{
  position: relative;
}

.congo-three .item.item-text{
  display: flex;
  align-items: center;
}
.congo-three .item-text .text-content {
  opacity: 1;
  background: white;
  text-align: center;
  padding: 28px;

}

.congo-three .item.item-text h3{
  color: #ac9167;
}

.congo-three .item.item-text .description{
  color: #27231d;
  line-height: 22px;
  font-size: 16px;
}


.congo-three .item.item-image .image-link{
  display: block;
  width: 100%;
  position: relative;
}

.congo-three .item.item-image img {
  display: block;
  width: 100%;
  object-fit: cover;
 height: 260px;
}

.congo-three .item.item-image .image-link .text-content {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ac9167;
    font-size: 30px;
    -webkit-mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
    mask-image: url(/Portals/_default/Skins/WCS_2016/images/stone-6f30d62bf9517ef89cc396e633a6c1ab.png);
}

.congo-three .item.item-image .image-link:hover .text-content {
    opacity: 0.9;
}

.congo-three .congo-three .btn.light{
  background-color: #ac9167;
}

.congo-three .item.item-image .image-link .text-content{
    color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    font-family: "Futura BT", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    left: 50%;
    padding: 8px;
    text-transform: none;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: opacity 2.5s cubic-bezier(0, 0.7, 0.7, 1);
    transition: opacity 2.5s cubic-bezier(0, 0.7, 0.7, 1);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    display: flex;
  justify-content: center;
  align-items: center;

}

