.hh-flex-block__overlay{
   padding: 0;
   height: 100%;
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
}
.hh-flex-block{
   height: 400px;
   margin: 20px 0 20px 0;
}
.hh-flex-block__link{
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   text-decoration: none;
   max-height: 400px;
   overflow: hidden;
}
.hh-flex-block__heading{
   font-size: 48px;
   color: #ffffff;
}
.hh-flex-block__paragraph{
   font-family: 'Open Sans', sans-serif;
   color: #ffffff!important;   
   font-size: 16px;
   font-weight: 600;
   letter-spacing: normal;
   line-height: 32px;
}
.hh-flex-block__info{
   position: relative;
   text-align: center;
   padding: 86px 0 86px 0;
   width: 70%;
}
.hh-flex-block__info--fullwidth{     
   position: relative;
   text-align: center;
   width: 50%;
   padding: 0;
}
@media (max-width: 992px) {
   .hh-flex-block__heading{
      font-size: 32px;
      line-height: 36px;
      margin: 5px 0 5px 0;      
   }
   .hh-flex-block__paragraph{
      line-height: 24px;
   }      
}
@media (max-width: 776px) {
   .hh-flex-block{
      margin: 0;
   }
   .hh-flex-block__info--fullwidth{     
      position: relative;
      text-align: center;
      width: 100%;
      padding: 20px;
   }
}