@media screen and (max-width: 1440px) {
  .abt-txt-block .wwa-title h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 800;
  }

  .abt-txt-block .social-contact .wwa-contact-social {
    font-size: 25px;
    line-height: 34px;
  }
}

@media screen and (max-width: 1366px) {
  .tohome-sec-title h1 {
    font-size: 42px;
    line-height: 54px;
  }

  .recipe-category .recipe-categ-title h2{
    font-size: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .tohome-page.home .tohome-sec-title h1 {
    font-size: 42px;
    line-height: 54px;
  }

  .tohome-sec-title h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .abt-txt-block .wwa-title h1 {
    font-size: 42px;
    line-height: 56px;
  }

  .abt-txt-block .social-contact .wwa-contact-social {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .mobile_menu_cta{
    left: 0;
    right: auto;
  }

  .tohome-header .va-main-menu ul.menu li a{
    font-family: "Cairo", serif;
  }
}

@media screen and (max-width: 768px) {
  .tohome-page.home .tohome-sec-title h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .recipe-category .recipe-categ-title h2 {
    font-size: 25px;
  }

  .tohome-sec-title h1 {
    font-size: 34px;
    line-height: 46px;
  }

  .abt-txt-block .wwa-title h1 {
    font-size: 36px;
    line-height: 50px;
  }

  .abt-txt-block .social-contact .wwa-contact-social {
    font-size: 19px;
    line-height: 31px;
  }
}

@media screen and (max-width: 540px) {
  .tohome-page.home .tohome-sec-title h1 {
    font-size: 28px;
    line-height: 40px;
  }

  body {
    line-height: 26px;
  }

  .recipe-category .recipe-categ-title h2 {
    font-size: 20px;
  }

  .recipe-blk .recipe-name {
    font-size: 20px;
  }

  .tohome-sec-title h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .abt-txt-block .wwa-title h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .abt-txt-block .social-contact .wwa-contact-social {
    font-size: 18px;
    line-height: 26px;
  }

  .recipe-details .ingredients-prep ul li {
    background-position: right top 7px;
  }
}