body {
  padding-top: 25px;
  background-color: #222;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.container {
  text-align: center;
}
.pta {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 50px;
  line-height: 52px;
  letter-spacing: 1px;
}
.pta._2 {
 margin-bottom: 5px;
  font-size: 25px;
}
.pta._3 {
  font-size: 18px;
    letter-spacing: 1px;
}
@media (max-width: 991px) {
}
@media (max-width: 479px) {
}