.section1 {
  display: flex;
  padding: 246px 0;
  justify-content: center;
  gap: 100px;
}
.section1 img {
  width: 458px;
  height: 576px;
}
.section1 .desc {
  display: flex;

  flex-direction: column;
  max-width: 497px;
  justify-content: center;
}
.section1 .desc .title {
  color: #2a5c81;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 26px;
}
.section1 .desc .subTitle {
  font-size: 16px;
  line-height: 25px;
}
.section1 .desc button {
  background: #aab597;
  width: 120px;
  height: 48px;
  border-radius: 8px;
  color: white;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .section1 {
    flex-direction: column;
    align-items: center;
    padding: 30px 10px;
  }
  .section1 img {
    width: 322px;
    height: 406px;
  }
  .section1 .title {
    font-size: 24px;
    line-height: 114.99999999999999%;
  }
}
