:root {
  --fa-7-d-00-primary-01: #feba00;
  --ffffff-text-01: #ffffff;
}

@font-face {
  font-family: "landingFamily";
  src: url(".././fonts/font.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body {
  margin: 0;
  padding: 0;
}
.container {
  background-image: url(".././assets/pc@3x.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.text-box {
  width: 45%;
  height: auto;
  .text-box-title {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: var(--fa-7-d-00-primary-01);
    .time-box {
      display: flex;
      align-items: center;
      margin-bottom: 13px;
      img {
        width: 18px;
        height: 18px;
        margin-right: 8px;
      }
    }
  }
}

.text-box-content {
  margin-top: 36px;
  p {
    margin: 0 68px 24px 0;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: var(--ffffff-text-01);
  }
}

@media (max-width: 768px) {
  .container {
    background-image: url(".././assets/h-5@3x.jpg");
    flex-direction: column;
    justify-content: end-start;
    align-items: center;
  }
  .text-box {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    .text-box-title {
      font-size: 14px;
      .time-box {
        margin-bottom: 8px;

        img {
          width: 14px;
          height: 14px;
        }
      }
    }
    .text-box-content {
      padding-left: 45px;
      padding-right: 45px;
      margin-top: 24px;
      p {
        margin: 0;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
      }
      p:not(:first-child) {
        margin-top: 12px;
      }
    }
  }
}
