.main-container {
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin: 6px !important; }

#faq-Page {
  padding: 3.225rem; }

.section-logo-image {
  width: 60px; }

.text-block-articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main-container:hover {
  border-color: #0099cc; }
  .main-container:hover .headingText {
    color: #0099cc; }

.articles-container {
  margin: 48px !important;
  padding: 12px 4px !important;
  border: 1px solid #e6e6e6;
  border-radius: 8px; }

.articleHeading {
  font-size: 16px; }

.articleSubHeading {
  font-size: 16px;
  font-weight: 400;
  color: #737373;
  -webkit-line-clamp: 2; }

.articleText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px; }

.articleIcon svg {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.articleTextDiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px; }

.articleTextDiv:hover {
  background-color: #0099cc1a; }
  .articleTextDiv:hover .articleHeading {
    color: #0099cc; }

.pageHeading {
  font-weight: 700;
  font-size: 32px;
  line-height: 2.5rem; }

.headingDiv {
  margin-top: 48px; }

.additionaltext {
  margin-top: 20px; }
  .additionaltext p {
    color: #737373;
    font-size: 14px; }

strong {
  font-weight: 700; }

.headingSection a {
  color: #0099cc !important; }

.headingSection ul li {
  list-style: disc !important; }

.sectionHeading {
  font-size: 24px;
  margin: 0 0 17px;
  line-height: 26px;
  font-weight: 600; }


/*# sourceMappingURL=faq.css.map*/