*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h2, .h2 {
  font-size: 30px;
}

.text-center {
  text-align: center;
}

h2 {
  font-size: 26px;
}

