div,
h1,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
  outline: 0;
  background: transparent;
}
:focus {
  outline: 0;
}
h1,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
:link,
:visited {
  text-decoration: none;
}
.page_section {
  padding: 170px 0 110px;
}
.page_section h1 {
  font-size: 60px;
  color: #141414;
  text-align: center;
  font-weight: 800;
  margin-bottom: 110px;
}
.page_section .page_content {
  font-size: 18px;
  line-height: 2;
  color: #5A5A5A;
}
.page_section .page_content p {
  margin: 16px 0;
}
.page_section .page_content p strong {
  font-weight: 700;
}
.page_section .page_content h5 {
  font-size: 24px;
  color: #141414;
  font-weight: 700;
  margin-top: 30px;
}
.page_section .page_content h4 {
  font-size: 30px;
  color: #141414;
  font-weight: 700;
  margin-top: 35px;
}
.page_section .page_content h6 {
  color: #141414;
  font-weight: 700;
  margin-top: 15px;
}
.page_section .page_content p a {
  color: #0570c8;
}
.page_section .page_content p a:hover {
  text-decoration: underline;
}
.page_section .page_content img {
  max-width: 100%;
}
.page_section .page_content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1680px) {
  .page_section h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1550px) {
  .page_section h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1441px) {
  .page_section h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1367px) {
  .page_section h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1281px) {
  .page_section {
    padding: 120px 0 70px;
  }
  .page_section h1 {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .page_section .page_content {
    font-size: 17px;
    line-height: 1.8;
  }
  .page_section .page_content h4 {
    font-size: 26px;
  }
  .page_section .page_content h5 {
    font-size: 22px;
  }
  .page_section .page_content p a {
    color: #0570c8;
  }
  .page_section .page_content p a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1171px) {
  .page_section {
    padding: 50px 0;
  }
  .page_section h1 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .page_section {
    padding: 40px 0;
  }
  .page_section h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page_section {
    padding: 30px 0;
  }
  .page_section h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .page_section .page_content {
    font-size: 16px;
    line-height: 1.5;
  }
  .page_section .page_content h4 {
    font-size: 24px;
    margin-top: 25px;
  }
  .page_section .page_content h5 {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page_section h1 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .page_section h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page_section .page_content h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .page_section .page_content h5 {
    font-size: 17px;
    margin-top: 15px;
  }
}
