.feature{
    background: url(/resources/images/top-right-bg-circle.png) right top no-repeat ,url(/resources/images/bottom-left_bg-circle.png) left center no-repeat;
    background-color: #ebebeb;
}

.hs-privacy-margin{
    font-family:GalanoGrotesquealt-regular;
    font-size:13px;
    color:#3b3b3b;
     margin-bottom:40px;
     margin-left:-20px;
     margin-top:20px;
}

.privacy-align{
    padding-right:0px;
    padding-left:0px;
}

/* Media Query */
    
/* Large desktop */
@media (min-width: 1200px) {
  
  }
  @media (min-width: 992px){

  }
  
/* tablet */
    @media (max-width: 1030px) {
    .hs-privacy-margin{
            margin-top:20px;
            margin-bottom:40px;
        }
    .privacy-align{
            padding-right:15px;
            padding-left:15px;
        }
    }
/* Landscape phone to portrait tablet */
  @media (max-width: 767px) {
   .hs-privacy-margin{
       margin-top:20px;
       margin-bottom:40px;
        }
    .privacy-align{
        padding-right:15px;
        padding-left:15px;
       }
    }

/* Landscape phones and down */
  @media (max-width: 480px) and (orientation: portrait ){
    .hs-privacy-margin{
        margin-bottom:40px;
   }
   .privacy-align{
        padding-right:15px;
        padding-left:15px;
    }
  }    
