@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body{
  font-family: "Noto Sans", sans-serif  !important; 
}
h1,h2,h3,h4,h5,h6{
  text-transform: uppercase;
}
.search-i{
    background-image: url('images/search.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 25px;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 45px;
    margin-bottom: 12px;
  }
  .searchbox h2{
  margin-top: 40px;
  margin-bottom: 20px;
  }
  .highlight { background-color: #FFFD77; }

  .que-ans-card{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .container{
    max-width: 1250px;
  }

  @media (max-width:667px) {
    .container{
        max-width: 360px;
      }
  }