/* For header */
@media (max-width: 768px) {
  .custom-header .navbar-brand {
    font-weight: 700;
    font-size: 17px;
    color: #04133e;
  }
  .navbar-toggler {
    display: none;
  }
  .banner {
    height: 63vh;
  }
  .banner h1 {
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
  }
  .banner-contact {
    flex-direction: column;
    text-align: center;
    bottom: 2px;
    left: 0%;
  }
  .banner-contact p {
    margin-bottom: 8px;
  }
  .about-section h2 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  /* ABout */
  .about-image {
    padding-top: 50px;
  }
  /* Contact */
  .contact-inner {
    background: #eeeeee;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  .sec-title h2 {
    font-size: 30px;
  }
  .contact-info {
    padding: 14px;
  }
  .pb-50 {
    padding-bottom: 22px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }

  .pt-120 {
    padding-top: 80px;
  }
  .contact-section {
    margin-top: 135px;
  }
  .my-div {
    padding: 30px 15px 30px;
  }
  .my-btn {
    float: center;
  }
  .ks-project-text {
    text-align: left !important;
  }
}
