@media only screen and (max-width: 600px) {

  .section-main {
    background-image: url('../assets/layanan-mobile.webp');
    justify-content:center;
    background-size:contain;
    background-position: top;
    background-attachment: fixed;
    color: #483535;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section0 {
    width: 100%;
    background-color: rgba(240, 248, 255, 0);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32vh;
  }

  .section1 {
    width: 100%;
    color: rgba(43, 43, 43, 0.877);
    background-color: rgba(255, 255, 255, 0.658);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
  }

  .section1 > h1 {
    padding-left: 10%;
  }

  .section1 h1 {
    font-size: large;
  }

  .section2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(218, 211, 201);
    margin-bottom: 0;
    text-align: left;
    display: block;
  }

  .section2 p {
    font-size: medium;
  }

  .section2 img {
    visibility: hidden;
    width: 10px;
    padding-left: 40px;
  }

  .section22 {
    width: 80%;
    padding-left: 10%;
  }


  .section3 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(201, 200, 166);
    margin-bottom: 0;
    text-align: left;
    display: block;
  }

  .section33 {
    width: 80%;
    padding-left: 10%;
  }

  .section3 p {
    font-size: medium;
  }

  .section3 img {
    width: 200px;
    padding-left: 10%;
  }

  .section5 {
    width: 100%;
    padding-top: 10px;
    color: rgb(53, 53, 53);
    background-color: rgb(235, 229, 220);
    margin-bottom: 0;
    display: block;
  }

  .section55 {
    width: 80%;
    text-align: left;
    padding-left: 10%;
  }

  .section55 p {
    font-size: medium;
  }

  .section4 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(226, 226, 226);
    background-color: rgb(53, 53, 53);
    margin-bottom: 0;
    display: block;
  }

  .section44 {
    padding-left: 40px;
    text-align: left;
  }

  .section45 {
    padding-left: 40px;
    text-align: left;
    padding-top: 10px;
  }

  .p {
    font-size: large;
  }


  .container-table {
    text-align: left;
    padding-bottom: 50px;
  }

  table {
    font-size: small;
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  th,
  td {
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #292929;
  }

  th {
    text-align: left;
    background-color: #cecab8;
  }

  thead {
    th {
      background-color: #55608f;
    }
  }

  tbody {
    tr {
      &:hover {
        background-color: rgba(255, 255, 255, 0.3);
      }
    }

    td {
      position: relative;

      &:hover {
        &:before {
          content: "";
          left: 0;
          right: 0;
          top: -9999px;
          bottom: -9999px;
          background-color: rgba(255, 255, 255, 0.2);
          z-index: -1;
        }
      }
    }
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  nav {
    color: #483535;
  }

  .section-main {
    background-image: url('../assets/layanan.webp');
    justify-content: center;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    color: #483535;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section0 {
    width: 100%;
    background-color: rgba(240, 248, 255, 0);
    margin-top: 0;
    margin-bottom: 0;
    min-height: 30vh;
    padding-top: 30vh;
  }

  .section1 {
    width: 100%;
    color: rgba(43, 43, 43, 0.877);
    background-color: rgba(255, 255, 255, 0.658);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-top: 250px;
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
  }

  .section1 > h1 {
    padding-left: 10%;
  }

  .section2 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: rgb(218, 211, 201);
    margin-bottom: 0;
    text-align: left;
    display: flex;
  }

  .section23 {
    width: 50%;
  }

  .section22 {
    width: 50%;
    margin-left: 10%;
  }

  .section332 {
    width: 600px;
  }

  .section333 {
    margin-left: 100px;
    width: 300px;
  }


  .section3 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(201, 200, 166);
    margin-bottom: 0;
    text-align: left;
    display: flex;
  }

  .section33 {
    width: 50%;
    margin-left: 10%;
  }

  .section4 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(226, 226, 226);
    background-color: rgb(53, 53, 53);
    margin-bottom: 0;
    display: flex;
  }

  .section44 {
    width: 50%;
    margin-left: 10%;
    text-align: left;
  }

  .section45 {
    width: 50%;
    margin-right: 10%;
    text-align: right;
    padding-top: 48px;
  }

  .section5 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(53, 53, 53);
    background-color: rgb(235, 229, 220);
    margin-bottom: 0;
    display: block;
  }

  .section55 {
    margin-left: 10%;
    display: block;
    text-align: left;
  }

  .container-table {
    margin-left: 10%;
    text-align: left;
    padding-bottom: 50px;
  }

  table {
    width: 800px;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  th,
  td {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #292929;
  }

  th {
    text-align: left;
    background-color: #cecab8;
  }

  thead {
    th {
      background-color: #55608f;
    }
  }

  tbody {
    tr {
      &:hover {
        background-color: rgba(255, 255, 255, 0.3);
      }
    }

    td {
      position: relative;

      &:hover {
        &:before {
          content: "";
          left: 0;
          right: 0;
          top: -9999px;
          bottom: -9999px;
          background-color: rgba(255, 255, 255, 0.2);
          z-index: -1;
        }
      }
    }
  }

  .p {
    font-size: large;
  }

}