.deskripsi-sec p {
  line-height: 35px;
}

.lines-sidebar-1 {
  overflow: hidden;
}

/* mobile max */
@media (max-width: 576px) {
}

/* tablet min */

/* tablet max */
@media (max-width: 988px) {
  #des-sec {
    display: flex;
    flex-direction: column;
  }
  #tentang_1 {
    order: 2;
  }
  #tentang_2 {
    order: 1;
  }
  #tentang_3 {
    order: 4;
  }
  #tentang_4 {
    order: 3;
  }

  #con-sec {
    display: flex;
    flex-direction: column;
  }
  #misi1 {
    order: 2;
  }
  #misi2 {
    order: 1;
  }
}

/* mobile */
@media (max-width: 320px) {
}
