body .wrapper-sukuk {
  font-size: 1.125rem;
  font-weight: 500;
}
body .wrapper-sukuk h6 {
  font-size: 1.125rem;
}
body .wrapper-sukuk .fw-bolder {
  font-weight: bolder;
}
body .wrapper-sukuk .text-primary {
  color: #276a49 !important;
}
body .wrapper-sukuk .text-secondary {
  color: #00af85 !important;
}
body .wrapper-sukuk .hero-section {
  min-height: 70vh;
  display: flex;
  align-items: start;
  border-top: 1px solid #d8d8d8;
  background: url("/images/sukukbond/images/Landing Page.jpg") center no-repeat;
  background-size: cover;
}
body .wrapper-sukuk .hero-section .hero-logo {
  max-width: 450px;
  margin: 2rem 0;
}
body .wrapper-sukuk .hero-section h1 {
  font-size: 3rem;
}
body .wrapper-sukuk .hero-section p {
  font-size: 1.5rem;
}
body .wrapper-sukuk .card {
  color: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
}
body .wrapper-sukuk .card.card-bg-secondary .card-body {
  background-color: #00af85;
}
body .wrapper-sukuk .card .card-number {
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #276a49;
  font-weight: 700;
  font-size: 1.5rem;
}
body .wrapper-sukuk .card .card-body {
  background-color: #276a49;
}
body .wrapper-sukuk .card .card-body p {
  font-weight: 300;
}
body .wrapper-sukuk #brief-ov {
  position: relative;
  padding-top: 1rem;
}
body .wrapper-sukuk #brief-ov::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 36%;
  background-color: #276a49;
  top: 0;
  left: 0;
}
body .wrapper-sukuk #brief-ov li {
  margin-bottom: 1rem;
}
body .wrapper-sukuk #brief-ov li dl {
  margin-bottom: 0;
  align-items: start;
}
body .wrapper-sukuk #brief-ov li dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .wrapper-sukuk #brief-ov li dl dt h6 {
  margin-bottom: 0;
  color: #276a49;
  font-weight: 700;
}
body .wrapper-sukuk #brief-ov li dl dd {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  body .wrapper-sukuk .hero-section .hero-logo {
    width: 250px;
  }
  body .wrapper-sukuk .hero-section h1 {
    font-size: 2.5rem;
  }
  body .wrapper-sukuk #brief-ov li dl dt {
    justify-content: start;
  }
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 200px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 135px;
  }
  header {
    height: 85px;
  }
}
@media screen and (max-width: 576px) {
  body {
    padding-top: 80px;
  }
}/*# sourceMappingURL=sukuk_style.css.map */