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

  /* services */
  .servicesBoxs {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .serviceBox {
    width: 40%;
    margin: 0 auto;
  }

  /* about */
  .aboutInner {
    text-align: center;
  }

  /* articles */
  .articlesInner {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .articlesLeft {
    width: 100%;
  }
  .articlesBoxs {
    width: 100%;
  }

  /* footer */
  .footerTop {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .footerTopBox {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  /* header */
  .headerInner {
    justify-content: space-between;
  }
  .headerLinks {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: fixed;
    padding: 89px 24px;
    transition: all 0.3s;
  }
  .headerLinks.open {
    display: flex;
  }
  .headerLink {
    color: #00374f;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
    padding: 0;
  }
  .burgerBtn {
    display: block;
    cursor: pointer;
  }
  .closeBtn {
    display: block;
    position: absolute;
    right: 24px;
    top: 20px;
    cursor: pointer;
  }

  /* intro */
  .intro {
    padding-top: 200px;
    padding-bottom: 50px;
  }
  .introTitle {
    font-size: 35px;
    line-height: 45px;
  }

  /* services */
  .services {
    padding: 50px 0;
  }
  .servicesTitle {
    font-size: 40px;
    line-height: 50px;
  }
  .serviceBoxTitle {
    font-size: 30px;
    line-height: 40px;
  }

  /* about */
  .about {
    padding: 50px 0;
  }
  .aboutTitle {
    font-size: 50px;
    line-height: 60px;
  }
  .aboutSub {
    margin-top: 50px;
  }

  /* why */
  .why {
    padding: 50px 0;
  }
  .whyTitle {
    font-size: 40px;
    line-height: 50px;
  }
  .whyBoxs {
    flex-direction: column;
    gap: 30px;
  }
  .whyBox {
    width: 100%;
  }
  .whyBoxTitle {
    font-size: 30px;
    line-height: 40px;
  }

  /* blog */
  .blog {
    padding: 50px 0;
  }
  .blogTitle {
    font-size: 40px;
    line-height: 50px;
  }
  .blogBoxs {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .blogBox {
    width: 48%;
  }
  .arrows {
    display: none;
  }

  /* info */
  .info {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  /* articles */
  .articles {
    padding: 50px 0;
  }

  /* chat */
  .chat {
    padding: 50px 0;
  }

  /* footer */
  .footer {
    padding-top: 50px;
  }
  .footerSub {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  /* intro */
  .intro {
    padding-top: 150px;
    padding-bottom: 30px;
  }
  .introTitle {
    font-size: 23px;
    line-height: 33px;
  }
  .introBtn {
    line-height: 30px;
    margin-top: 30px;
  }

  /* services */
  .services {
    padding: 30px 0;
  }
  .servicesTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .servicesBoxs {
    margin-top: 30px;
  }
  .serviceBox {
    width: 100%;
  }
  .serviceBoxTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .serviceBoxSub {
    margin-top: 30px;
  }

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

  /* why */
  .why {
    padding: 30px 0;
  }
  .whyTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .whyBoxTitle {
    font-size: 20px;
    line-height: 30px;
  }

  /* blog */
  .blog {
    padding: 30px 0;
  }
  .blogTitle {
    font-size: 30px;
    line-height: 40px;
  }
  .blogBox {
    width: 100%;
  }
  .blogBoxTitle {
    font-size: 16px;
    line-height: 26px;
  }

  /* info */
  .info {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .infoTitle {
    font-size: 35px;
    line-height: 50px;
  }

  /* articles */
  .articles {
    padding: 30px 0;
  }
  .articleBox {
    width: 100%;
  }
  .recentPosts {
    margin-top: 30px;
  }

  /* chat */
  .chat {
    padding: 30px 0;
  }
  .chatTop {
    flex-direction: column;
    gap: 20px;
  }
  .chatTopBox {
    width: 100%;
    padding: 0;
  }

  /* footer */
  .footer {
    padding-top: 30px;
  }
  .footerTopBox {
    width: 100%;
  }
  .emailInput {
    width: 100%;
  }
  .footerSub {
    padding: 30px 0;
    margin-top: 30px;
  }
}
