/* responsive */
@media screen and (max-width: 600px) {
  h1{
    font-size: 1.8rem;
  }
  .c-1{
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
  }
  .footer-1{
    margin-bottom:35px;
  }
  .v1, .so1, .as1{
    border-bottom-left-radius: 0%;
    border-bottom-right-radius: 0%;
    height: 50%;
  }
  .view-article{
    width: 100%;
  }
  .title-sertifikasi{
    width: 100%;
  }
  .c-1-1{
    padding-left:15px;
    padding-right: 15px;
  }
  .img-wrapper-circle-13-article {
    height: 130px!important;
  }
}