@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap);
.about-page[data-v-26c6d8ec] {
  font-family: "Quicksand", sans-serif;
}
.about-page .section-01[data-v-26c6d8ec] {
    position: relative;
    height: 400px;
}
.about-page .section-01 .text-wrap[data-v-26c6d8ec] {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 4;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
      color: #fff;
}
.about-page .section-01 .text-wrap h1[data-v-26c6d8ec] {
        font-weight: bold;
        font-size: 3em;
}
.about-page .section-01 .text-wrap h5[data-v-26c6d8ec] {
        letter-spacing: 3px;
        font-weight: bold;
}
.about-page .section-01 img[data-v-26c6d8ec] {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
}
.about-page .section-02[data-v-26c6d8ec],
  .about-page .section-03[data-v-26c6d8ec] {
    width: 100%;
    max-width: 960px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto;
}
.about-page .section-02.section-03[data-v-26c6d8ec],
    .about-page .section-03.section-03[data-v-26c6d8ec] {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
}
.about-page .section-02 .text-wrap[data-v-26c6d8ec],
    .about-page .section-03 .text-wrap[data-v-26c6d8ec] {
      width: 50%;
      background-color: #fff;
      padding: 40px;
}
.about-page .section-02 .text-wrap .title[data-v-26c6d8ec],
      .about-page .section-03 .text-wrap .title[data-v-26c6d8ec] {
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 10px;
        border-bottom: 5px solid #f54c4a;
        display: inline-block;
        margin-bottom: 10px;
}
.about-page .section-02 .text-wrap .desc[data-v-26c6d8ec],
      .about-page .section-03 .text-wrap .desc[data-v-26c6d8ec] {
        line-height: 200%;
}
.about-page .section-02 .img-wrap[data-v-26c6d8ec],
    .about-page .section-03 .img-wrap[data-v-26c6d8ec] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 1px;
}
.about-page .section-02 .img-wrap img[data-v-26c6d8ec],
      .about-page .section-03 .img-wrap img[data-v-26c6d8ec] {
        max-width: 100%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
}
.about-page .section-04[data-v-26c6d8ec] {
    background-image: url("https://images.unsplash.com/photo-1608768025308-a713c513952a?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1868&q=80");
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 60px;
    background-attachment: fixed;
    background-position: center center;
}
.about-page .section-04 .title[data-v-26c6d8ec] {
      text-align: center;
}
.about-page .section-04 .title span[data-v-26c6d8ec] {
        font-weight: bold;
        font-size: 2em;
        margin-bottom: 10px;
        border-bottom: 5px solid #f54c4a;
        display: inline-block;
        margin-bottom: 10px;
        color: #fff;
        margin-bottom: 40px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.about-page .section-04 .job-list[data-v-26c6d8ec] {
      max-width: 960px;
      margin: 0 auto;
}
.about-page .section-04 .job-list .job[data-v-26c6d8ec] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 5px;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
                box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
        background-color: rgba(255, 255, 255, 0.9);
        margin-bottom: 10px;
        padding: 15px 5px;
        color: #383838;
        text-decoration: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.about-page .section-04 .job-list .job .date[data-v-26c6d8ec] {
          font-weight: bold;
          padding: 15px;
          text-align: center;
          margin-right: 20px;
          color: #383838;
          border-right: 1px solid #bdbdbd;
}
.about-page .section-04 .job-list .job .date .year[data-v-26c6d8ec] {
            font-size: 1.3em;
}
.about-page .section-04 .job-list .job .info .name[data-v-26c6d8ec] {
          font-weight: bold;
          display: inline-block;
          margin-right: 5px;
}
.about-page .section-04 .job-list .job .info .tag[data-v-26c6d8ec] {
          display: inline-block;
}
.about-page .section-04 .job-list .job .info .tag span[data-v-26c6d8ec] {
            background-color: #f1f1f1;
            padding: 3px 10px;
            border-radius: 25px;
            margin-right: 8px;
            font-size: 0.9em;
}
.about-page .section-04 .job-list .job .info .money[data-v-26c6d8ec] {
          display: inline-block;
          background-color: #f1f1f1;
          color: #f54c4a;
          padding: 3px 10px;
          border-radius: 25px;
}
.about-page .section-04 .job-list .job .info .desc[data-v-26c6d8ec] {
          margin-top: 10px;
          font-size: 0.9em;
          line-height: 175%;
          letter-spacing: 1px;
}
.about-page .section-04 .job-list .job .edit[data-v-26c6d8ec] {
          margin-left: 10px;
          margin-right: 10px;
}
.about-page .section-04 .job-list .job .edit a[data-v-26c6d8ec] {
            background-color: #f54c4a;
            color: #fff;
            display: block;
            padding: 10px;
            text-align: center;
            border-radius: 5px;
            width: 60px;
            height: 60px;
            text-decoration: none;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
}
.about-page .section-04 .job-list .job .edit a[data-v-26c6d8ec]:hover {
              background-color: #f21c1a;
}

