/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-Sep-2022, 12:43:19
    Author     : Danyal Ahmed
*/
.faqContainer {
  max-width: 964px;
}

#helpTitle {
  padding-top: 25px;
}

h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1278px) {
  .faqContainer {
    max-width: 422px;
  }
}
@media screen and (min-width: 660px) {
  .content {
    max-width: 964px !important;
  }
}
#topText {
  max-width: 904px;
}

@media screen and (max-width: 1278px) {
  #topText {
    max-width: 422px;
  }
}

/*# sourceMappingURL=help_screen.css.map */
