@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }

  h1 {
    font-size: 52px;
  }
}

@media (max-width: 1399px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  .banner-section .banner-content h1 {
    font-size: 39px;
  }
  header .barack-header a.navbar-brand img {
    width: 40%;
  }
  section {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }

  .banner-section {
    padding: 60px 0;
  }

  .service-card {
    padding: 24px;
  }
  a,
  button,
  .btn {
    font-size: 16px;
    padding: 15px 20px;
  }
  header .barack-header a.navbar-brand img {
    width: 90%;
  }
  .about-section .experience-badge {
    right: 0px;
  }
  .about-section .about-content {
    padding-left: 0px;
  }
  section {
    padding: 50px 0;
  }
  .contact-section .contact-map {
    height: 400px;
  }
  .fast-section .fast-title {
    font-size: 35px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }

  .banner-content {
    text-align: center;
  }

  .service-card {
    text-align: center;
  }

  .service-icon {
    margin-left: auto;
    margin-right: auto;
  }
  a,
  button,
  .btn {
    font-size: 16px;
    padding: 15px 20px;
  }
  header .barack-header a.navbar-brand img {
    width: 90%;
  }
  section {
    padding: 30px 0;
  }
  .fast-section .fast-title {
    font-size: 30px;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }

  p {
    font-size: 14px;
  }

  section {
    padding: 30px 0;
  }
  .banner-content {
    gap: 16px;
  }

  .service-card {
    padding: 20px;
  }
  a,
  button,
  .btn {
    font-size: 15px;
    padding: 15px 20px;
  }
  header .barack-header a.navbar-brand img {
    width: 90%;
  }
  .fast-section .fast-title {
    font-size: 30px;
    max-width: 100%;
  }
}
