h1{ 
  font-size: 2rem;
  font-weight: 700;
}
h2{
  font-size:1.5rem;  
}
h3{
  font-size:1.2em;    
}
p.font-weight-bold{
  font-weight: 600;
}
.tab h3{
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
  text-align: center;
}
.tab p{
  padding-bottom: 15px;
  border-bottom: 1px solid #666;
  font-size: .8em;
}
.faq-container{
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.faq-item{
  margin: 20px 10px;
}    

@media screen and (max-width: 1200px){
  h2,h3,h4,p{
    font-size:1rem;
  }
  .faq-container{    
    width: 80%;
  }
}
@media screen and (max-width: 767px){
  .faq-container{    
    width: 100%;
  }
}