 h1 {
	 font-size:33px!important;
	 margin-bottom:20px!important;
 }
  h2 {
	 font-size:33px!important;
	 margin-bottom:20px!important;
 }
 .details-box
 {
    background-color:#e8e7e6; 
    padding:20px 10px 30px 10px; 
	text-align:center; 
	border-radius:15px; 
 }
 
 
   .details-box > h3
   {
	   padding:0;
	   margin:0;
	   padding-bottom:15px;
	   margin-bottom:0px!important;
	   font-size:32px!important;
   }
   
   .details-box > h4
   {
	   padding:0;
	   margin:0;
	   padding-top:0px;
	   font-size:20px!important;
   }
   
   .image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}




.overlay-text{
  position: absolute;
  bottom: 20px; 
  left: 20px; 
  background: rgba(0,0,0,0.5);
  border-radius:15px;
  color: #fff;
  width:50%;

  padding: 20px; 
  font-size: 20px; 
}



.overlay-text h2{
  font-size: 52px!important; 
}



.overlay-more{
  position: absolute;
  bottom: 8px; 
  left: 0px; 
  background: rgba(0,0,0,0.4);
  border-radius:0 0 15px 15px;
  color: #fff;
  width:100%;

  padding: 15px; 
  font-size: 18px;
  font-weight:300
}



.overlay-more h2{
  font-size: 28px!important;
   margin-bottom:10px!important;
}
  h1 {font-weight:900!important; font-size:38px!important;}  
    h2 {font-weight:900!important; font-size:38px!important;}  
  .thm-btn2:hover{ color:#FFF!important; border-color:#FFF!important;} 