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

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

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

  .intro-sec {
    padding-top: 6rem;
  }

  .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;
  }

  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 {
    display: none;
  }

}

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

}