.section-heading {
    color: #003399;
    font-weight: 800;
    font-size: 2rem;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}
.section-heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: #ffc107;
    margin-top: 0.5rem;
    border-radius: 2px;
}
.layanan-card {
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 5px;
}
.layanan-card:hover {
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
