.main_copy {
  font-size: 4.6rem;
  color: #186CCC;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .main_copy {
    font-size: 3.2rem;
    margin-bottom: 45px;
  }
}

.page_section_inr .txt {
  padding: 0 5%;
  margin: 90px auto;
  max-width: 780px;
}
@media screen and (max-width: 767px) {
  .page_section_inr .txt {
    margin: 45px auto;
  }
}
.page_section_inr .txt h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #186CCC;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .page_section_inr .txt h3 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #186CCC;
    margin-bottom: 1.5em;
  }
}
.page_section_inr .txt p {
  margin-bottom: 1.6em;
}