.section-sambutan {
  padding-bottom: 0;
}

.section-sambutan h2 {
  font-size: 2rem;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-sambutan h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.layanan h5 {
  text-transform: uppercase;
  color: darkgray;
}
.card-1 {
  
    position: relative;
    background: linear-gradient(rgba(1, 24, 99, 0.6), rgba(18, 18, 19, 0.9)), url('placeholder.jpg') center/cover no-repeat;
    color: #fff;
    padding-bottom: 6px;
    margin-bottom: 30px;
    margin-right: 30px;
    box-shadow: 0 0 10px #000; 
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

  }
  
.card {
    position: relative;
    background: linear-gradient(rgba(1, 24, 99, 0.6), rgba(18, 18, 19, 0.9)), url('placeholder.jpg') center/cover no-repeat;
    color: #fff;
    margin-bottom: 30px;
    margin-right: 57px;
    box-shadow: 0 0 10px #000; 
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

  }
  /* .card {
    background: linear-gradient(rgba(1, 24, 99, 0.6), rgba(18, 18, 19, 0.9)), url('placeholder.jpg') center/cover no-repeat;
    color: #fff;
    margin-right: 30px ;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #000; 
    border-radius: 6px; */
/*    
  } */
  .card .title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 6px;
    text-shadow: 1px 1px 3px black;
  }

 

  .card .detail {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    font-weight: bold;
  }
  .card .detail a {
    color: #fff;
    text-decoration: none;
  }
  .card .detail a:hover {
    text-decoration: underline;
  }
  hr {
    border: 0;
    height: 1px;
    background: #fff8;
    margin: 10px 0;
  }

#main {
  min-height: 400px;
}

