
.featured-img {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.featured-img:hover .image {
  opacity: 0.2;
}

.featured-img:hover .middle {
  opacity: 1;
}

.text {
  color: #000000;
  
  padding: 16px 32px;
}


.item-margin-30{
    margin-bottom: -30px;"
}
.item-h2-header{
    background-color: #9d2053;
    color: #ffffff;
    margin-bottom: 0px;
    padding: 4px;
    padding-bottom: 4px
}
.item-h2-header-2{
    background-color: #9d2053;
    color: #000000;
    margin-bottom: 0px;
}
.item-bottom-hr{
    margin-top: 1px;
    height: 1px; 
    background-color: grey;
}
.item-bottom-hr-hm{
  margin-top: -5px;
  height: 3px;
  background-color: grey;
}

#more {display: none;}

    @media screen and (min-width: 768px) 
    {
        .container-custom{
            padding-left: 100px;
            padding-right: 100px;
        }
    }    
    @media screen and (max-width: 768px) 
    {
        .container-custom{
            padding-left: 20px;
            padding-right: 20px;
        }
    }

