/* --- Section: dev-process-cta --- */
.section-penasaran-dengan-proses-pengerjaan-project-anda {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #10405a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 488px;
  display: flex;
  position: relative;
}
.section-penasaran-dengan-proses-pengerjaan-project-anda--title {
  color: #fff;
  text-align: center;
  max-width: 475px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.25rem;
  line-height: 1.3;
}
.section-penasaran-dengan-proses-pengerjaan-project-anda--section-name {
  color: var(--f4cd0c);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
}
.section-penasaran-dengan-proses-pengerjaan-project-anda--bg {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}
.section-penasaran-dengan-proses-pengerjaan-project-anda--action {
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
@media screen and (width>=1440px) {
  .section-penasaran-dengan-proses-pengerjaan-project-anda--bg {
    object-fit: contain;
  }
}
@media screen and (width>=1920px) {
  .section-penasaran-dengan-proses-pengerjaan-project-anda--title {
    font-size: 2.4rem;
  }
  .section-penasaran-dengan-proses-pengerjaan-project-anda--bg {
    object-fit: contain;
  }
}
@media screen and (width<=991px) {
  .section-penasaran-dengan-proses-pengerjaan-project-anda--bg {
    object-fit: cover;
  }
}
@media screen and (width<=767px) {
  .section-penasaran-dengan-proses-pengerjaan-project-anda {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 438px;
    display: grid;
  }
  .section-penasaran-dengan-proses-pengerjaan-project-anda--title {
    max-width: 100%;
    font-size: 1.7rem;
  }
  .section-penasaran-dengan-proses-pengerjaan-project-anda--bg {
    object-fit: cover;
  }
}
@media screen and (width<=479px) {
  .section-penasaran-dengan-proses-pengerjaan-project-anda {
    height: 348px;
    padding: 30px;
  }
  .section-penasaran-dengan-proses-pengerjaan-project-anda--title {
    font-size: 1.3rem;
  }
  .section-penasaran-dengan-proses-pengerjaan-project-anda--section-name {
    font-size: 0.675rem;
  }
  .section-penasaran-dengan-proses-pengerjaan-project-anda--bg {
    object-fit: cover;
  }
}
