/* Styles for phones */
@media only screen and (max-width: 600px) {
  .main-banner {
    h1 {
      font-size: 36px !important;
    }
  }
  .main-portfolio-sec {
    h1 {
      font-size: 36px !important;
    }
  }
  .pro-book {
    img {
      height: auto !important;
    }
  }
  .main-portfolio-sec {
    h2 {
      font-size: 36px !important;
    }
  }
  .mobile-optbadge {
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 50px;
    }
  }

  .banner-form {
    margin-top: 50px !important;
    padding: 30px 26px !important;
    font-size: 25px !important;
    h4 {
      font-size: 25px !important;
    }
  }

  .word-sec {
    h2 {
      font-size: 36px !important;
    }
    img {
      margin-top: 50px;
    }
  }
  .transform-sec {
    h2 {
      font-size: 36px !important;
    }
  }
  .trans-sec {
    border-right: 0px !important;
    border-bottom: 1px solid var(--primary-color);
  }

  .what-we-do {
    margin-top: 20px;
    .col-md-8 {
      margin-top: 50px;
    }
    h2 {
      font-size: 36px !important;
    }
  }
  .concept-sec {
    h2 {
      font-size: 36px !important;
    }
  }
  .num-box {
    justify-content: start !important;
  }
  .bestsellers-section {
    h2 {
      font-size: 36px !important;
    }
  }
  .best-seller-book {
    img {
      height: 250px !important;
    }
  }
  .our-client {
    h2 {
      font-size: 36px !important;
    }
    h4 {
      font-size: 20px !important;
    }
  }
  .testimonials {
    display: block !important;
    text-align: center !important;
    flex-direction: column;
  }
  .author-thrilled {
    h2 {
      font-size: 36px !important;
    }
  }
  .masterpiece-ready {
    h2 {
      font-size: 36px !important;
    }
  }
}

/* Styles for tablets */
@media only screen and (min-width: 600px) and (max-width: 1220px) {
}

/* Styles for desktops and larger screens */
@media only screen and (min-width: 1024px) {
}
