@media only screen and (max-width: 768px) {
  
  .title {
      font-size: 54px;
      line-height: 64px;
  }

  .title-2 {
    font-size: 34px;
    line-height: 44px;
  }

  .navbar {
    padding-top: 0;
  }

  .clients-sec {
    display: block !important;
    text-align: center;
  }

  .clients-sec li {
    margin: 40px 0;
  }

  .why-sec .card {
    position: initial;
  }

  .h3-in,
  .rocket-wrap, .rocket-icon {
    left: 0 !important;
  }

  .why-sec .card-content {
    height: auto;
  }

  .navbar-collapse.collapse {
    position: fixed;
    left: 0;
    top: 86px;
    width: 100%;
    height: calc(100% - 86px);
    background: #ffff;
  }

  .navbar-nav .nav-link {
    font-size: 34px;
    line-height: 54px;
  }

  .clients-sec-2 {
    display: flex;
  }

  .clients-sec-2 li {
    width: 100%;
  }

  #about .pl-5 {
    padding-left: 15px !important;
  }

  .h2 {
    font-size: 42px;
    text-align: center;
  }

  #careers .px-3,
  #careers .col-md-6 {
    padding: 0 !important;
  }

  .rocket-wrap,
  .rocket-icon {
    overflow: hidden;
  }

}

@media only screen and (min-width: 1360px) {
  

}