body {
  font-family: Montserrat;
}
.yellow-line {
  width: 110px;
  border-bottom: 3px solid #e3c572;
  margin: auto;
  margin-block: 2rem;
}

.desc_text {
  max-width: 400px;
  margin: auto;
  font-weight: 300;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.header_text {
  font-weight: 300;
  font-size: 45px;
}

.sub_header_text {
  font-size: 25px;
}

.important_text {
  text-transform: uppercase;
  font-weight: 600;
}

.percentage_text {
  font-size: 78px;
  font-weight: 250;
  line-height: 100px;
}

.pointer_text {
  font-size: 18px;
}

.pointer_div {
  max-width: 500px;
  margin: auto;
}

.pointer_div p {
  margin: 0;
}

.cta-width {
  max-width: 550px;
}

.banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;

  .banner-text {
    z-index: 10;
    position: absolute;
    left: 57%;
    margin-right: 10px;
  }

  .banner-picture {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .banner-picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media (width < 768px) {
  .yellow-line {
    margin-inline: 0;
    margin-top: 0;
  }

  .banner-section .banner-text {
    left: 5%;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .row.py-5.my-5 {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
    margin-top: 1rem !important;
    margin-bottom: 0rem !important;
  }

  .col-md-6 {
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
  }
  .pointer_text {
    font-size: 14.97px;
    text-align: left;
  }
  .header_text {
    font-size: 55px;
    font-family: Montserrat;
  }
  .header_text > span {
    font-weight: normal; /* Or choose a valid numeric value */
  }
  .sub_header_text {
    font-size: 25px;
    font-family: Montserrat;
  }
}
