.fh-features .feature-card
{
	padding: 25px;
    border: 1px solid #f9eecf;
    background: #f9f5e8d9;
}

.fh-features .feature-card h4
{
	font-size:28px;
	margin-top:10px;
	margin-bottom:10px;
}

.fh-features .feature-card:hover
{
	background:#890d26;
}

.fh-features .feature-card:hover img
{
	filter: brightness(200);
}

.fh-features .feature-card:hover h4
{
	color:#fff;
}

.fh-features .feature-card:hover p
{
	color:#fff;
}

@media screen and (max-width: 767px) 
	{
  	
  	.banner.v__2 .banner__wrapper .banner__slides--container.banner__height
		{
			height:350px!important;

  		}
  	.rts-funfact-wrapper .single-cta-item
  		{
  			margin-bottom:20px;
  		}
  	.fh-features .feature-card
  		{
  			margin-bottom:15px;
  		}
  	.banner.v__2 .banner__wrapper .banner__slides--content
  	    {
  	        padding-bottom:0!important;
  	    }
  	.banner.v__2 .banner__wrapper .banner__slides--container
  		{
  			padding-bottom:0!important;
  		}
  		
  	.header.v__2
  	    {
  	        padding:0 0!important;
  	    }
	}