.section1 {
  background: #f7fdff;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  text-align: center;

  @media screen and (max-width: 810px) {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
}

.section1-title {
  color: #21272a;
  text-align: center;
  font-family: Pretendard;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 58px; /* 120.833% */

  @media screen and (max-width: 810px) {
    color: #21272a;
    text-align: center;
    font-family: Pretendard;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px; /* 126.667% */
  }
}

.section1-subtitle-1 {
  color: #6e6e6e;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  margin-top: 24px;

  @media screen and (max-width: 810px) {
    color: #6e6e6e;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    margin-top: 16px;
  }
}

.section1-subtitle-2 {
  color: #6e6e6e;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  margin-top: 4px;

  @media screen and (max-width: 810px) {
    color: #6e6e6e;
    text-align: center;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
}

.section1-img {
  margin-top: 40px;
}
