@import url(mobie-common.css);
@media screen and (max-width: 768px) {
  .section .page-cont {
    box-sizing: border-box;
    padding-top: calc(15% + 70px);
    /*display: flex;*/
    align-items: flex-start; }
  .section .content {
    margin-left: 0;
    display: flex;
    align-items: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .section .content .phone-box {
      height: auto;
      width: 110px;
      margin-right: 20px; }
    .section .content .text-box {
      flex: 1; }
      .section .content .text-box .text {
        text-indent: 28px; }
        .section .content .text-box .text br {
          display: none; }
  .page1 .page-cont {
    padding-top: calc(15% + 70px);
    margin: 0;
    box-sizing: border-box;
    flex-direction: column; }
  .page6 .text-box {
    top: 0; } }
