.hide-md {
  display: none;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 24px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-grid {
  display: grid;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.flex-24gap,
.flex-30gap,
.flex-16gap {
  gap: 16px;
}

.flex-24gap>.col6,
.flex-30gap>.col6,
.flex-16gap>.col6 {
  flex: 0 0 100%;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.small-container {
  width: 100%;
  flex: 0 0 100%;
}

.font-tajawal {
  font-family: Tajawal, sans-serif;
}

.font-barlow {
  font-family: Barlow, sans-serif;
}

.title-36 {
  font-weight: 700;
  font-size: var(--4xl-font-size);
  line-height: 45px;
}

.title-24 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}

.body-base-16 {
  font-weight: 400;
  font-size: var(--base-font-size);
  line-height: 24px;
}

.body-base-18 {
  font-size: 18px;
  line-height: 27px;
}

.body-base-20 {
  font-size: 20px;
}

.content-wrapper.has-hero-bg .hero .container {
  height: 100%;
  margin-top: 0;
}

.color-ffffff {
  color: #FFF;
}

.hero-content-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0;

}

.hero-container {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.hero-content-container .title-content {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-content-container .title-content h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 8px;
  font-family: Tajawal, sans-serif;
}

.hero-content-container .title-content h3 {
  color: #FFF;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  font-family: Tajawal, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.section-content p {
  margin-bottom: 18px;
}

.section-content p:last-child {
  margin-bottom: 0;
}


.section-container .title-section {
  margin-bottom: 32px;
}

.btn-other-studi-kasus {
  border-radius: 8px;
  border: 1px solid var(--Secondary-secondary-500, #0E0C0A);
  background: #FFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  padding: 12px 18px;
  color: var(--secondary-500-color);
  transition: all 0.3s ease;
  gap: 10px;
}

.btn-other-studi-kasus span {
  display: inline-flex;
  margin-bottom: -5px
}

.btn-other-studi-kasus:hover {
  background-color: var(--secondary-500-color);
  color: #fff;
}

.btn-other-studi-kasus:hover svg path {
  fill: #fff;
}

.breadcrumb-container ul {
  margin: 0 auto;
}

.button-container {
  padding-top: 84px;
}

.md-block {
  display: none;
}

.img-fluid {
  width: 100%;
}

@media (min-width: 1024px) {
  .hide-md {
    display: block;
  }
}

@media (min-width: 992px) {
  [aria-label=Breadcrumb] span {
    font-size: 16px;
    display: flex;
    align-items: center;
    line-height: normal;
    margin-bottom: -5px;
  }

  [aria-label=Breadcrumb] a:hover span {
    color: var(--primary-500-color);
  }

  .small-container {
    width: 100%;
    max-width: 800px;
    flex: 0 0 100%;
  }

  .button-container {
    padding: 0;
  }

  .md-block {
    display: block;
  }

  .mb-4 {
    margin-bottom: 40px;
  }

  .hero-content-container .title-content h3 {
    font-size: 36px;
    line-height: 125%;
  }


  .hero-content-container .title-content h1 {
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 20px;
  }


}

@media (max-width: 992px) {
  .title-md-24 {
    font-size: 24px;
    line-height: 125%;
  }

  .mb-md-16 {
    margin-bottom: 16px;
  }

  .body-base-18 {
    font-size: 16px;
    line-height: 24px;
  }

  .body-base-md-20 {
    font-size: 20px;
  }

  .body-base-md-18 {
    font-size: 18px;
  }

  .body-base-md-16 {
    font-size: 16px;
  }
  
}