@media (max-width: 768px) {
  .banner-box {
    width: auto !important;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  .banner p {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .btn-primary {
    background: #003366;
    font-size: 15px !important;
    padding: 10px 20px !important;
    border-color: #003366;
    border-radius: 50px;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 14px !important;
  }
}

@media (max-width: 768px) {
  .order {
    order: 2;
  }
}

