.outbound_bg {
  background: url("../../img/page/outbound.png");
  margin-top: 3rem;
  min-height: 130vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.outbound_bg .d-flex {
  color: white;
  flex-wrap: wrap;
  padding-top: 10rem;
}

.outbound_bg .d-flex .kiri {
  width: 60%;
}

.outbound_bg .d-flex .kanan {
  width: 40%;
}

@media (max-width: 414px) {
  .outbound_bg .d-flex {
    padding-top: 2rem;
  }
  .outbound_bg .d-flex .kiri, .outbound_bg .d-flex .kanan {
    width: 100%;
  }
  .outbound_bg .d-flex .kanan {
    order: 1;
  }
  .outbound_bg .d-flex .kiri {
    order: 2;
  }
}

.outbound_bg .d-flex .kiri h1 {
  font-size: 72px;
  width: 80%;
}

.outbound_bg .d-flex .kiri p {
  padding-top: 2rem;
}

@media (max-width: 414px) {
  .outbound_bg .d-flex .kiri h1 {
    font-size: 42px;
    width: 100%;
  }
}

.outbound_bg .d-flex .kanan {
  text-align: end;
}

.outbound_bg .d-flex .kanan h1 {
  font-size: 72px;
}

.outbound_bg .d-flex .kanan span {
  font-size: 24px;
}

@media (max-width: 414px) {
  .outbound_bg .d-flex .kanan {
    text-align: start;
    margin-bottom: 2rem;
  }
  .outbound_bg .d-flex .kanan h1 {
    font-size: 32px;
  }
  .outbound_bg .d-flex .kanan span {
    font-size: 16px;
  }
}

.outbound_detail {
  color: white;
}

.outbound_detail h1 {
  font-size: 48px;
  margin-bottom: 2rem;
}

.outbound_detail .d-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 414px) {
  .outbound_detail h1 {
    font-size: 32px;
  }
}

.outbound_detail .d-flex .kiri {
  width: 50%;
}

.outbound_detail .d-flex .kanan {
  width: 50%;
}

@media (max-width: 414px) {
  .outbound_detail .d-flex .kiri, .outbound_detail .d-flex .kanan {
    width: 100%;
  }
}

.outbound_detail .d-flex .kiri p {
  font-size: 18px;
}

.outbound_detail .d-flex .kanan {
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 414px) {
  .outbound_detail .d-flex .location {
    justify-content: start;
  }
  .outbound_detail .d-flex .location p {
    width: 50%;
  }
}

.outbound_detail .d-flex .fasilitas {
  justify-content: start;
}

.outbound_detail .d-flex .fasilitas p {
  width: 33%;
}

@media (max-width: 414px) {
  .outbound_detail .d-flex .fasilitas p {
    width: 50%;
  }
}

.outbound_detail .back.d-flex {
  margin-top: 2rem;
  color: white;
  text-decoration: none;
  width: fit-content;
  justify-content: start;
  align-items: baseline;
}

.outbound_detail .back.d-flex .las {
  font-size: 25px;
  padding-right: 1rem;
}

.outbound_detail .back.d-flex p {
  font-size: 16px;
}
