@media screen and (max-width: 480px) {
  .judul_pelatihan {
    font-size: 20px !important;
    padding: 0 10px !important;
  }
}

main {
  div.header {
    .header_content {
      h1 {
        font-size: 35px !important;

        @media screen and (max-width: 481px) {
          font-size: 19px !important;
        }
      }
    }
  }

  div.content {
    background-color: #fff;
    padding: 20px 40px;
    padding-top: 0px;
    text-align: justify;
    font-family: "Raleway";
    font-weight: 500;
    font-size: 15px;

    @media screen and (max-width: 768px) {
      font-size: 14px;
    }

    div,
    img {
      line-height: 0;
    }

    .table_jadwal {
      /* margin: 30px auto; */
      width: 100%;
      border-collapse: collapse;

      tr td,
      tr th {
        border: 1px solid #000;
        text-align: center;
      }

      tr,
      th {
        padding: 10px;
      }

      th {
        background-color: #d0d0d0;
      }
    }

    .post_hero {
      float: right;
      margin: 30px;
      margin-top: 0;
      /* width: 230px; */
      height: 400px;

      @media screen and (max-width: 768px) {
        height: 250px;
      }

      @media screen and (max-width: 480px) {
        /* height: 180px;
        margin-top: 90px; */
        display: none;
      }

      img {
        width: fit-content;
        height: 100%;
        object-fit: cover;
      }
    }

    .post_image {
      height: 500px;
      width: calc(100% + 80px);
      overflow: hidden;
      text-align: center;
      /* position: relative; */
      margin: 0 -40px;

      @media screen and (max-width: 768px) {
        height: 400px;
      }

      @media screen and (max-width: 480px) {
        height: 300px;
      }

      img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        overflow: hidden;
      }
    }

    h1, h2, h3 {
      position: relative;
      margin-bottom: 5px;

      @media screen and (max-width: 481px) {
        font-size: 20px;
      }

      &::after {
        content: '';
        display: block;
        width: 100px;
        height: 5px;
        background: var(--gradient);
        margin-top: 10px;
        position: absolute;
        bottom: -10px;

        @media screen and (max-width: 481px) {
          height: 3px;
          width: 50px;

        }
      }
    }

    /*&>strong,*/
    /*&>span>strong {*/
    /*  font-family: 'Poppins';*/
    /*  font-weight: 700;*/
    /*  font-size: 30px;*/
    /*  position: relative;*/
    /*  display: block;*/
    /*  margin-bottom: 5px;*/

    /*  @media screen and (max-width: 481px) {*/
    /*    font-size: 20px;*/

    /*  }*/

    /*  &::after {*/
    /*    content: '';*/
    /*    display: block;*/
    /*    width: 100px;*/
    /*    height: 5px;*/
    /*    background: var(--gradient);*/
    /*    margin-top: 10px;*/
    /*    position: absolute;*/
    /*    bottom: 0;*/

    /*    @media screen and (max-width: 481px) {*/
    /*      height: 3px;*/
    /*      width: 50px;*/
    /*    }*/
    /*  }*/
    /*}*/

    table tr td {
      padding: 5px;
    }

    span {
      line-height: 1.3;
    }

    a {
      color: #b50909;
      text-decoration: none;
      font-weight: 600;
    }

    ul,
    ol {
      margin: 0;
      line-height: 0.1;

      li {
        line-height: 2;
      }
    }
  }

  .contact {

    div,
    img {
      line-height: normal !important;
    }
  }
}