@import "../../frontend/node_modules/slick-carousel/slick/slick.css";
@import "../../frontend/node_modules/slick-carousel/slick/slick-theme.css";
.product-service {
  margin-top: 156px;
}

.layanan-section .service-card {
  padding: 24px;
  gap: 24px;
  border: 1px solid #fff;
  text-align: left;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 989px) {
  .layanan-section .service-card {
    gap: 10px;
  }
}
.layanan-section .service-card:hover {
  border: var(--border-width-0, 1px) solid var(--uiStroke-brand-yellow, #ffd46b);
}
.layanan-section .service-card h3 {
  color: var(--uiInk-tone-04, #334155);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 989px) {
  .layanan-section .service-card h3 {
    margin-bottom: 20px;
  }
}
.layanan-section .service-card .tagline span {
  border-radius: var(--rounded-lg, 8px);
  border: var(--border-width-0, 1px) solid var(--uiStroke-warning-01, #ca8a04);
  background: var(--uiBg-brand-yellow-00, #fdfbf6);
  color: var(--uiInk-brand-yellow-02, #bb8401);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 4px;
}
@media screen and (max-width: 989px) {
  .layanan-section .service-card .tagline span {
    font-size: 11px;
  }
}
.layanan-section .service-card-top {
  gap: 24px;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.layanan-section .service-card-top img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 989px) {
  .layanan-section .service-card-top img {
    width: 50%;
  }
}
.layanan-section .service-card-to_bottom p {
  color: var(--uiInk-tone-03, #64748b);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 15px 0;
}