@media screen and (min-width: 1240px) and (max-width: 1360px) {
  /* header */
  .header {
    padding: 15px 0;
  }

  /* container */
  .container,
  .container1 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* header */
  .header {
    padding: 15px 0;
  }
  /* container */
  .container,
  .container1 {
    padding: 0 20px;
  }

  /* intro */
  .intro {
    padding: 80px 20px;
  }
  .introText {
    padding-left: 0;
  }
  .introImg img {
    width: 100%;
    border-radius: 80px;
    height: 350px;
  }

  /* what */
  .whatInner {
    flex-direction: column;
  }
  .whatBox {
    flex: 0 0 auto;
    width: 100%;
  }

  /* footer */
  .footerInner {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  /* header */
  .headerInner {
    flex-direction: column;
    gap: 20px;
  }

  /* intro */
  .intro {
    padding: 50px 20px;
  }
  .introInner {
    flex-direction: column;
    gap: 30px;
  }
  .introText {
    text-align: center;
    width: 100%;
  }
  .introTitle {
    font-size: 40px;
    line-height: 50px;
  }
  .introSub {
    font-size: 20px;
    line-height: 30px;
  }
  .introImg {
    width: 100%;
  }
  .introImg img {
    height: auto;
  }

  /* about */
  .about {
    padding: 50px 0;
  }
  .aboutTitle {
    font-size: 30px;
    line-height: 40px;
  }

  /* what */
  .what {
    padding: 50px 0;
  }
  .whatBox:first-child {
    padding: 50px;
  }
  .whatTitle {
    font-size: 30px;
    line-height: 40px;
  }

  /* items */
  .items {
    padding: 50px 0;
  }
  .itemsTitle {
    font-size: 35px;
    line-height: 45px;
  }
  .itemsBlocks {
    margin-top: 50px;
    gap: 50px;
  }
  .itemBlock {
    width: 100%;
    padding: 0;
  }

  /* work */
  .work {
    padding: 50px 0;
  }
  .workTitle {
    font-size: 35px;
    line-height: 45px;
  }
  .workBlocks {
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
  }
  .workBlock {
    width: 50%;
    margin: 0 auto;
  }

  /* info */
  .info {
    padding: 50px 0;
  }
  .infoBoxTitle {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  /* header */
  .headerLinks {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  /* intro */
  .intro {
    padding: 30px 20px;
  }
  .introTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .introSub {
    font-size: 18px;
    line-height: 28px;
  }

  /* about */
  .about {
    padding: 30px 0;
  }
  .aboutTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .aboutSub {
    font-size: 20px;
  }
  .aboutSub1,
  .aboutListItem {
    font-size: 16px;
    line-height: 26px;
  }

  /* what */
  .what {
    padding: 30px 0;
  }
  .whatBox:first-child,
  .whatBox:last-child {
    padding: 30px;
  }
  .whatTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .whatBoxSub,
  .whatBoxListItem {
    font-size: 16px;
    line-height: 26px;
  }

  /* items */
  .items {
    padding: 30px 0;
  }
  .itemsTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .itemsBlocks {
    margin-top: 30px;
    gap: 30px;
  }
  .itemBlockTitle {
    font-size: 20px;
  }
  .itemBlockSub {
    font-size: 16px;
    line-height: 26px;
  }

  /* work */
  .work {
    padding: 30px 0;
  }
  .workTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .workBlocks {
    margin-top: 30px;
  }
  .workBlock {
    width: 100%;
  }

  /* info */
  .info {
    padding: 30px 0;
  }
  .infoBoxTitle {
    font-size: 25px;
    line-height: 35px;
  }
  .infoBoxSub {
    font-size: 16px;
    line-height: 26px;
  }

  /* footer */
  .footerLinks {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerLinks1 {
    flex-direction: column;
  }
  .footerLinks1 span {
    display: none;
  }
}
