@media screen and (max-width: 1024px) {
  .hubungi-kami-img {
    right: 8%;
  }
}

@media screen and (max-width: 768px) {
  p,
  li {
    font-size: 0.95rem;
  }

  .page-header .breadcrumb {
    font-size: 0.875rem;
    margin-bottom: 8px;
  }

  .page-header-title {
    font-size: 2rem;
    margin-bottom: 8px;
    font-weight: 600;
  }

  .page-header-desc {
    font-size: 0.9rem;
  }

  .card .card-decoration {
    height: 38px;
    width: 220px;
  }
}

@media screen and (max-width: 425px) {
  p,
  li,
  .section-desc {
    font-size: 0.9rem;
  }

  .section-title {
    font-size: 1.25rem;
  }

  .section-title-decoration div > div {
    height: 4px;
  }

  .section-title-decoration {
    margin-bottom: 26px;
  }

  .section-img {
    border-width: 15px;
    max-width: 300px;
  }

  .header-logo {
    width: 50px;
    height: 35px;
  }

  .hero-title{
    font-size: 1.75rem;
  }

  .hero-desc{
    font-size: 1rem;
  }

  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }

  .page-header .breadcrumb {
    font-size: 0.75rem;
    margin-bottom: 4px;
  }

  .page-header-title {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }

  .page-header-desc {
    font-size: 0.9rem;
  }

  .hubungi-kami-section {
    padding-bottom: 300px;
  }

  .hubungi-kami-img {
    right: 13%;
  }

  .testimoni-card-container {
    flex-wrap: wrap;
  }

  .testimoni-card {
    padding: 18px;
    width: 50% !important;
  }

  .testimoni-card:nth-of-type(1) {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 0;
  }

  .testimoni-card:nth-of-type(2) {
    border-top-right-radius: 14px;
  }

  .testimoni-card:nth-of-type(3) {
    border-bottom-left-radius: 14px;
  }

  .testimoni-card:nth-of-type(4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 14px;
  }

  .card .card-decoration {
    height: 35px;
    width: 180px;
  }
}
