
.why {
  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: bold;
  font-size: 18px;
}

h5 {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}


p {
  text-align: center;
}

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

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

.container {
  margin-bottom: 20px;
  padding-bottom: 50px;
}

.thumbnail {
    border: 0 none;
    box-shadow: none;
}
