﻿.body-copy{
    font-size: 16px;
    font-family: "Fira sans" sans-serif;
    letter-spacing: -0.4; 
   }
    .section2{
    padding: 90px 0;
    background-color: #f7f9fb;
}
.headingbold{
  font-size: 18px;
    font-family: "Fira sans" sans-serif;
    letter-spacing: -0.4; 
    font-weight: bold;
}

/*Privacy  Hero Fix*/
.hero-sub {
    background-position: top center;
}
@media (max-width: 1200px){
    .hero-sub{
        background-position: 20% 0;
    }
}