.tabel-paket-harga-container {
  position: relative;
  z-index: 0;
  background-color: var(--cp-bg-primary);
  width: 100%;
  overflow: auto;
}
.tabel-paket-harga-container table.tabel-paket-harga-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: var(--fs-11);
}
.tabel-paket-harga-container table.tabel-paket-harga-table th,
.tabel-paket-harga-container table.tabel-paket-harga-table td {
  padding: 0.3rem;
}
.tabel-paket-harga-container table.tabel-paket-harga-table thead tr th {
  vertical-align: top;
  background-color: var(--cp-1-800);
  color: var(--cp-bg-primary);
}
.tabel-paket-harga-container table.tabel-paket-harga-table tbody tr th {
  vertical-align: top;
  border-bottom: 1px solid var(--trans-dark-1);
}
.tabel-paket-harga-container table.tabel-paket-harga-table tbody tr td {
  vertical-align: top;
  border-bottom: 1px solid var(--trans-dark-1);
}

@media (min-width: 768px) {
  #section-tentang-codef .container #stc-top h2,
  #section-tentang-codef .container #stc-top p {
    width: 85%;
    text-align: left;
  }
}
#section-tentang-codef .container #stc-bot {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  #section-tentang-codef .container #stc-bot {
    grid-template-columns: repeat(2, 1fr);
  }
}
#section-tentang-codef .container #stc-bot .left p img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px 0 var(--trans-dark-2);
  box-shadow: 0 0 5px 0 var(--trans-dark-2);
}
#section-tentang-codef .container #stc-bot .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#section-tentang-codef .container #stc-bot .right ul.lns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 540px) {
  #section-tentang-codef .container #stc-bot .right ul.lns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
#section-tentang-codef .container #stc-bot .right ul.lns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
}
@media (min-width: 540px) {
  #section-tentang-codef .container #stc-bot .right ul.lns li {
    padding: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    font-size: var(--fs-13);
  }
}
#section-tentang-codef .container #stc-bot .right ul.lns li h4 {
  font-size: var(--fs-14);
}
#section-tentang-codef .container #stc-bot .right a.btn {
  margin-top: 1rem;
}

#section-why-codef {
  background-color: var(--cp-2-100);
}
#section-why-codef .container #swc-bot {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  #section-why-codef .container #swc-bot {
    grid-template-columns: repeat(2, 1fr);
  }
}
#section-why-codef .container #swc-bot .swc-item {
  padding: 1rem;
  position: relative;
}
#section-why-codef .container #swc-bot .swc-item .icon-wr {
  --size: 24px;
  width: var(--size);
  height: var(--size);
}
@media (min-width: 640px) {
  #section-why-codef .container #swc-bot .swc-item .icon-wr {
    --size: 32px;
  }
}
@media (min-width: 769px) {
  #section-why-codef .container #swc-bot .swc-item .icon-wr {
    --size: 40px;
  }
}
@media (min-width: 768px) {
  #section-why-codef .container #swc-bot .swc-item p {
    font-size: var(--fs-13);
    line-height: 1.7;
  }
}

#section-teknologi {
  background: var(--cp-2-opa-50);
  position: relative;
  z-index: 0;
}
#section-teknologi .container #ste-bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}
#section-teknologi .container #ste-bot .ste-item {
  display: grid;
  gap: 0.5rem;
}
#section-teknologi .container #ste-bot .ste-item:last-child {
  border-bottom: none;
}
@media (min-width: 390px) {
  #section-teknologi .container #ste-bot .ste-item {
    grid-template-columns: 150px 1fr;
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {
  #section-teknologi .container #ste-bot .ste-item {
    border-bottom: 1px solid var(--trans-dark-1);
  }
}
#section-teknologi .container #ste-bot .ste-item .ste-item-top {
  background-color: var(--cp-bg-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.3rem;
}
@media (min-width: 390px) {
  #section-teknologi .container #ste-bot .ste-item .ste-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    word-break: break-word;
    border-bottom: none;
    padding: 0.25rem 0.5rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
#section-teknologi .container #ste-bot .ste-item .ste-item-top .icon-wr {
  --size: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--size);
  flex: 0 0 var(--size);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 390px) {
  #section-teknologi .container #ste-bot .ste-item .ste-item-top .icon-wr {
    --size: 38px;
  }
}
@media (min-width: 390px) {
  #section-teknologi .container #ste-bot .ste-item .ste-item-top .icon-wr svg {
    width: var(--size);
    height: var(--size);
  }
}
@media (min-width: 390px) {
  #section-teknologi .container #ste-bot .ste-item .ste-item-top h3.head-card {
    margin-top: 0;
  }
}
@media (min-width: 390px) {
  #section-teknologi .container #ste-bot .ste-item .ste-item-bot {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (min-width: 390px) {
  #section-teknologi .container #ste-bot .ste-item .ste-item-bot p:first-child {
    margin-top: 0;
  }
}
#section-teknologi .container #ste-foot {
  margin-top: 1rem;
}

section#section-harga-jasa-pembuatan-web .container #shjpw-top .box {
  margin-top: 1rem;
}
section#section-harga-jasa-pembuatan-web .container #shjpw-bot .or {
  display: none;
}
section#section-harga-jasa-pembuatan-web .container #shjpw-bot a.btn {
  text-align: left;
  line-height: 1.2;
}