.navbgblue{
    background-color: #1b4962;
}
.navbg{
    background-color: rgb(248, 250, 252);
}
.cardtitle{
    color: #0970a7;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    font-family: "Sarabun",Arial,Helvetica,sans-serif;
}
.card-container{
    font-weight: bold;
    box-sizing: none;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.cardheight{
    height: 300px;
}
.faqs{
    background-image: url("https://accelero-corp.com/wp-content/uploads/2019/04/img-industries.png"), url('https://accelero-corp.com/wp-content/uploads/2019/04/bgn-cases-2.png');
      /* background-color: white; */
      height: 70vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.faqs-con{
    justify-content: center;
    padding: 50px;
    font-family: Arial, Helvetica, sans-serif;
    place-items: center; 
    border: 2px solid white; 
    display: flex;
    align-items: center;
  }
  .faqs-lnk{
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: Arial, Helvetica, sans-serif;
    place-items: center; 
    border: 2px solid white; 
    display: flex;
    align-items: center;
  }