.w-35 {
  width: 35% !important;
}

.p-2-5 {
  padding: 12px 16px !important;
}

.mtb {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.accordion .card-header a {
  padding: 12px 16px;
  color: #121212 !important;
}

.p-4-5 {
  padding: 32px;
}

.color-text {
  color: #121212 !important;
}

.text-3-4 {
  font-size: 17px !important;
}

.ms-custom {
  margin-left: 40px;
}

.mb-4-custom {
  margin-bottom: 28px !important;
}

.child-img {
  width: fit-content !important;
}

@media (max-width: 576px) {
  .text-responsive {
    font-size: 12px;
  }

  .lightbox {
    width: 100%;
  }

  .w-custom {
    min-width: 100% !important;
  }

  .w-custom-1 {
    min-width: 100% !important;
    margin-left: 0px !important;
  }

  .w-custom-2 {
    min-width: 100% !important;
    margin-left: 0px !important;
  }

  .accordion .card-header a {
    padding: 8px 12px;
    color: #121212 !important;
  }

  .responsive-description-reverse {
    display: flex;
    flex-direction: column-reverse;
    font-size: 11px;
  }

  .responsive-description {
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }

  .title-responsive {
    margin-left: 40px !important;
    margin-top: 10px !important;
    font-size: 15px !important;
  }

  .title-responsive-1 {
    margin-left: 0px !important;
    margin-top: 10px !important;
    font-size: 15px !important;
  }

  .margin-description {
    margin-left: 0px !important;
  }

  .p-4-5 {
    padding: 10px !important;
  }

  .p-2-5 {
    padding: 10px !important;
  }

  .accordion .card-title {
    font-size: 14px !important;
  }

  .mb-4-custom {
    margin-bottom: 16px !important;
  }

  .list-ordened-style-3 li {
    line-height: 20px !important;
  }

  .list.list-ordened.list-ordened-style-3 li:before {
    min-width: 20px;
  }
}

/* CTA */
.temukan {
  background-color: #fbe9eb;
}

.temukan-content {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.btn-hub {
  min-width: 138px;
}

@media (max-width: 991px) {
  .temukan-content {
    width: 100%;
    padding-inline: 5%;
    flex-direction: column;
    text-align: center;
  }

  .btn-hub {
    min-width: 138px;
  }
}