
.hero-microsite__section--image .hero__image img{

height: 250px;
max-width: 1000px !important;
max-height:536px!important;
height:calc(100%- 382px) !important;
}


.faq-microsite .faq-topborder {display:none !important;}
.faq-microsite .faq-accordian-group>.faq-category>.faqLink.active {display:none !important;}

.hero-microsite__section--image {
        
position: absolute;
        
display: -webkit-flex;
        
-webkit-justify-content: center;
        
-webkit-align-items: center;
        
display: flex;
        
align-items: center;
        
justify-content: center;
        
margin: 0;
        
top: 125px;
        
left: calc(50% - 540px);
        
bottom: 90px;
        
max-width: 510px;
        
width: calc((100% - 180px) / 2);
        
height: calc(100% - 445px);
    
}


div.image img{
  height: 40px;
  margin-left: 25px;
  width: 150px;
  margin-top: 5px;
  margin-bottom: 25px
}

