@media screen and (max-width: 800px) {
  .burger {
    display: block !important;
  }
  .navbar,
  .right-section .navlink,
  .right-section .signup {
    display: none !important;
  }
  .counter-section .wrapper {
    flex-direction: column;
  }
  .couter-up .row-columns {
    flex-direction: row;
    gap: 1em;
  }
  .couter-up .content {
    word-break: break-word;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .couter-up .content div {
    line-height: 0.7;
  }
  .Gateway-section .Gateway-list,
  .broadcast-section .broadcast-list {
    margin-bottom: 0;
  }
  .add-on-feature .features .column,
  .drive-conversation .features .column {
    flex-direction: column-reverse;
    padding: 20px;
  }
  .add-on-feature .features .content,
  .drive-conversation .features .content {
    padding-left: 0;
  }
  footer .right-column {
    flex: 1;
    width: 100%;
  }
  footer .right-column .row-columns {
    gap: 1em;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .flow-builder-features .grid-cards,
  .Whatsapp-Engagement .grid-cards,
  .integrations .grid-cards,
  .explore-industries .grid-cards {
    gap: 1em;
  }
  .drive-user .grid-cards {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .section-heading .header,
  .add-on-feature .header {
    flex-direction: column;
    gap: 1em;
  }
  .add-on-feature .features .column:nth-child(4) img,
  .add-on-feature .features .column:nth-child(2) img,
  .add-on-feature .features img {
    width: 330px;
  }
  .add-on-feature .features .column,
  .drive-conversation .features .column {
    gap: 1em;
  }
  .google-review .wrapper {
    flex-wrap: wrap;
  }
  .chat-bot .features .column:nth-child(4) img,
  .chat-bot .features .column:nth-child(3) img,
  .chat-bot .features .column img {
    width: 320px;
  }
  .drive-user .grid-cards-three {
    gap: 1em;
  }
  .drive-user .user {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .row-columns {
    flex-direction: column;
  }
  .order-1 {
    order: -1 !important;
  }
}
