@media (max-width: 1440px) {
  .fruit .section .wrapper {
    min-width: unset;
    width: 68%;
  }
  .fruit .section h1 {
    font-size: 28px;
    letter-spacing: 0.1rem;
    margin: 70px 0 15px 0;
  }
  .fruit .section p.desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
    letter-spacing: 0.1rem;
  }
  .fruit .section1 {
    height: 508px;
  }
  .fruit .section1 .title_wrapper h1 {
    font-size: 42px;
  }
  .fruit .section2 {
    height: 800px;
  }
}

