@media only screen and (max-width: 932px) {
  
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  h2 {
    font-size: 28px;
  }

  .banner-sec {
    min-height: 64vh;
    padding: 20px;
  }

  .text-xs-center {
    text-align: center;
  }

  .lead br,
  .title br {
    display: none;
  }

  .title {
      font-size: 38px;
      line-height: 46px;
  }

  .truck-pic {
    bottom: 0;
    height: 80px;
  }

  .truck-sec .card {
    text-align: center;
    margin-bottom: 20px;
  }

  .truck-sec .card img {
    align-self: center !important;
  }

  .card-body.px-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .partners-sec {
    padding-bottom: 0 !important;
  }

  .partners-sec img {
    height: 100%;
    width: auto !important;
  }

  .support-sec {
    text-align: center;
  }

  .app-sec {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .app-text {
    max-width: 100%;
  }

  .store-btns a {
    margin: 0 !important;
  }


  footer .w-100 {
    width: auto !important;
    margin-bottom: 10px;
  }

  footer h4 {
    margin-top: 40px;
  }

  footer:after {
    right: -68%;
  }

  .app-circle:after, .app-circle:before, .app-circle div:after {
    
  }

}

@media only screen and (min-width: 1360px) {
  
  .key-section .col-md-4 {
      max-width: 30%;
  }

}