/* MOBILE RESPONSIVE */
@media only screen and (max-width: 600px) {
      .content-detail-loker {
        flex-direction: column;
    }

    .content-left,
    .description-detail {
        width: 100%;
        position: static;
    }
}

/* MACBOOK RESPONSIVE */
@media only screen and (max-width: 1445px) {
  .content-breadcrumb {
    width: 100%;
  }
}