@media only screen and (max-width: 767px) {
  .success-wrapper {
    width: calc((100% - 20px * 1) / 2);
  }
}

@media screen and (max-width: 767px) {
  .sub-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100px;
  }
  .hamburger {
    display: block;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 35px;
    right: 10px;
    z-index: 1001;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 4px;
    margin: 5px 0;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
  }

  .sub-nav {
    display: none;
    position: fixed;
    top: 100px;
    right: 0;
    width: 100%;
    background-color: #4d6df8;
    z-index: 999;
    padding: 20px;
  }


  .sub-nav.active {
    display: block;
  }

  header h1 .second-line {
    font-size: 17px;
  }
  .page-content {
    padding-top: 100px;
  }
  .company.policy {
    padding: 30px 10px;
  }
  .company.policy .section-title {
    font-size: 24px;
  }
  .company.company > p {
    margin-bottom: 20px;
    }
    .company.policy .section-title { 
        font-size: 24px;
    }
    .policy-section {
        margin-bottom: 30px;
    }
    .policy-section p,
    .policy-section li {
        font-size: 15px;
    }
}
