body {
  font-family: Arial, sans-serif;
}

.header-image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.container {
  padding: 30px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #f39c12;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  margin: 20px 0 5px;
}

h3 {
  margin-top: 30px;
  color: rgb(1, 91, 91);
}

.paragraf-pelayanan {
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

ul, ol {
  padding-left: 30px;
  text-align: justify;
  margin-bottom: 20px;
}

ul li, ol li {
  line-height: 1.6;
  margin-bottom: 8px;
}

.download {
  margin-top: 30px;
  padding: 15px 20px;
  background-color: #f0fefe;
  border-left: 5px solid #00bcbc;
  border-radius: 5px;
}

.download strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.download a {
  display: block;
  text-decoration: none;
  color: #e74c3c;
  font-weight: bold;
  margin-bottom: 8px;
  transition: color 0.2s;
}

.download a:hover {
  color: #c0392b;
}

.badan-section{
  background-color: #f0fefe;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.header-image-atestasi img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center top;
    display: block;
    filter: brightness(0.8);
}

@media (max-width: 768px) {
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 20px;
  }

  .container {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 20px;
  }

  .header-image img {
    height: 200px;
  }

  .header-image-atestasi img {
    height: 200px;
  }

  h3 {
    font-size: 16px;
  }

  ul li, ol li {
  line-height: 1.6;
  text-align: left;
  margin-bottom: 8px;
  }

  .paragraf-pelayanan {
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
  }
  
  .container {
    padding: 15px;
  }

  .download strong {
    font-size: 14px;
  }
}