/* CSS Document */
.inner {
  width: 73%;
  margin: auto; }
  @media screen and (max-width: 1399px) {
    .inner {
      width: 85%; } }
  @media screen and (max-width: 991px) {
    .inner {
      width: 100%; } }
  @media screen and (max-width: 575px) {
    .inner {
      width: 90%; } }

/*---------- header ----------*/
header {
  padding: 6rem 0; }
  @media screen and (max-width: 575px) {
    header {
      padding: 3rem 0; } }
  header h1 {
    display: flex;
    align-items: center;
    justify-content: center; }
    header h1 img.logo {
      width: 88px;
      margin-right: 2rem; }
      @media screen and (max-width: 575px) {
        header h1 img.logo {
          width: 73px; } }
    header h1 img.logo-font {
      width: 278px; }
      @media screen and (max-width: 575px) {
        header h1 img.logo-font {
          width: 225px; } }

footer {
  padding-top: 10rem; }
  @media screen and (max-width: 575px) {
    footer {
      padding-top: 4rem; } }
  footer div.footer-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem; }
    footer div.footer-title img.logo {
      width: 73px;
      margin-right: 2rem; }
    footer div.footer-title img.logo-font {
      width: 225px; }
  footer p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0.5rem; }
    footer p + p {
      font-size: 18px;
      font-size: 1.8rem;
      color: #289c4c; }
      footer p + p span {
        font-size: 33px;
        font-size: 3.3rem; }
  footer .copyright {
    color: #3D3D33;
    display: block;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    padding: 1rem; }
