#artikel-details {
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.artikel-detail {
  background-color: #15417c;
  width: 50%;
  position: relative;
  padding: 30px;
}
.artikel-head-title {
  padding-top: 250px;
  margin-bottom: 20px;
}
.artikel-title-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.artikel-title-img img {
  width: 100%;
  height: 250px;
}
.artikel-title {
  display: flex;
  flex-direction: column;
}
.artikel-title h2 {
  font-size: 26px;
  color: #f1f1f1;
  margin-bottom: 5px;
}
.artikel-title p {
  font-size: 16px;
  color: #f1f1f1;
  font-weight: 300;
}
.artikel-isi {
  display: flex;
  flex-direction: column;
  text-align: justify;
}
.artikel-paragraf p {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #f1f1f1;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .artikel-detail {
    background-color: #15417c;
    width: 65%;
    position: relative;
    padding: 30px;
  }
}
@media screen and (max-width: 600px) {
  .artikel-title-img img {
    width: 100%;
    height: 250px;
  }
  .artikel-title {
    display: flex;
    flex-direction: column;
  }
  .artikel-title h2 {
    font-size: 22px;
    color: #f1f1f1;
    margin-bottom: 5px;
  }
  .artikel-title p {
    font-size: 13px;
    color: #f1f1f1;
    font-weight: 300;
  }
  .artikel-detail {
    background-color: #15417c;
    width: 75%;
    position: relative;
    padding: 30px;
  }
  .artikel-paragraf p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #f1f1f1;
    font-weight: 200;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 430px) {
  .artikel-head-title {
    padding-top: 200px;
    margin-bottom: 20px;
  }
  .artikel-title-img img {
    width: 100%;
    height: 200px;
  }
  .artikel-title {
    display: flex;
    flex-direction: column;
  }
  .artikel-title h2 {
    font-size: 22px;
    color: #f1f1f1;
    margin-bottom: 5px;
  }
  .artikel-title p {
    font-size: 13px;
    color: #f1f1f1;
    font-weight: 300;
  }
  .artikel-detail {
    background-color: #15417c;
    width: 85%;
    position: relative;
    padding: 30px;
  }
  .artikel-paragraf p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #f1f1f1;
    font-weight: 200;
    font-size: 13px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 460px) {
  .artikel-head-title {
    padding-top: 170px;
    margin-bottom: 20px;
  }
  .artikel-title-img img {
    width: 100%;
    height: 180px;
  }
  .artikel-title {
    display: flex;
    flex-direction: column;
  }
  .artikel-title h2 {
    font-size: 20px;
    color: #f1f1f1;
    margin-bottom: 5px;
  }
  .artikel-title p {
    font-size: 11px;
    color: #f1f1f1;
    font-weight: 300;
  }
  .artikel-detail {
    background-color: #15417c;
    width: 95%;
    position: relative;
    padding: 30px;
  }
  .artikel-paragraf p {
    margin-top: 15px;
    margin-bottom: 15px;
    color: #f1f1f1;
    font-weight: 200;
    font-size: 11px;
    line-height: 1.2;
  }
}
