
.guide {
  margin: 0 auto;
  padding: 0 30px;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
}

.sub-head {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

h3 {
  text-align: center;
  font-weight: normal;
  font-size: 22px;
}

h4 {
  text-align: center;
  font-weight: normal;
  font-size: 20px;
}

p {
  text-align: center;
}

.strong-p {
  text-align: center;
  font-weight: bold;
}

ul {
  text-align: center;
  list-style: none;
}

.panel-body p {
  text-align: left;
}
