.faq-page-title {
  font-size: 26px;
  font-weight: bold;
  color: #5e5e5e;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 50px;
}
.faq-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 15px;
  line-height: 20px;
}

.faq-pagination {
  font-size: 14px;
  font-weight: normal;
  color: #1e1e1e;
  line-height: 16px;
  margin-bottom: 30px;
}

.lower-case {
  text-transform: lowercase;
}

.description-contents {
  font-size: 24px;
  font-weight: normal;
  color: #0689d8;
  line-height: 50px;
  margin-left: 50px;
  width: 90%;
  text-align: justify;
}
.description-contents .title,
.description-contents.margin {
  font-size: 24px;
  font-weight: bold;
  color: #1e1e1e;
  margin-bottom: 50px;
}
.description-contents .sub-title {
  line-height: 40px;
  margin-top: 15px;
  font-size: 16px;
  color: #5e5e5e;
}
.description-contents .configure-title {
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.description-contents .normal-text {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #5e5e5e;
}
.description-contents .add-profile {
  font-size: 14px;
}
.description-bottom-content {
  padding-left: 35px;
}
.description-left-margin {
  margin-left: 21px;
}

.text-uppercase {
  text-transform: uppercase;
}
