@media (max-width: 1440px) {
  .section-short {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .section-short {
    max-width: 1024px;
  }
}

@media (max-width: 1024px) {
  .section-short {
    width: 90%;
  }
  .section-short-title {
    font-size: 52px;
  }
  .section-short-subtitle {
    font-size: 24px;
  }
  .section-short-title-comma {
    display: none;
  }
}

@media (max-width: 767.8px) {
  .section1-btn-mb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 44px;
    background-color: #FF8400;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 0px 0px #FFD93D;
    cursor: pointer;
  }
  .section1-btn-text-mb {
    font-weight: 700;
    font-size: 20px;
    color: white;
    margin-right: 10px;
    letter-spacing: 0.15em;
  }
  .section-short {
    padding: 0 12px;
    width: 100%;
  }
  .section-short-title {
    font-size: 36px;
  }
  .section-short-subtitle {
    font-size: 20px;
    padding-bottom: 25px;
  }
  .main-swiper__slide {
    width: 281px;
  }
  .main-swiper-container {
    margin-left: -12px;
    margin-right: -12px;
  }
  .main-swiper__slide:first-child {
    margin-left: 12px;
  }
  .main-swiper__slide:last-child {
    margin-right: 12px;
  }
  .swiper-button-prev {
    left: 12px;
  }
  .swiper-button-next {
    right: 12px;
  }
}

@media (min-width: 1024.2px) {
  .section-short-title-br {
    display: none;
  }
}