.hero-section h2 {
  font-size: 50px;
  font-weight: 900;
}

.hero-section h2 span {
    color: rgba(8, 77, 168, 1);

}

.hero-section {
  text-align: left;
}

.hero-section p.lead {
  margin-bottom: 30px;
}

.hero-section .cta-action {
  padding: unset;
}

.hero-section p.lead span {
  font-weight: 800;
}

.hero-section .img-container {
  padding: 0;
}

.hero-section .img-container .expand-image {
    height: 548px;
    /* width: 711px; */
    object-fit: contain;
    position: absolute;
    right: 10px;
    top: 134px;
    bottom: 0;
}

.features{
    background: rgba(8, 77, 168, 1);
    padding: 100px;
}

.features .feature-text h2 {
    font-size: 60px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.features .feature-text h3 {
    font-size: 40px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.features .feature-box {
  padding: 32px;
  border-radius: 15px;
  overflow: hidden;
}

.features .icon {
  width: 60px; /* Adjust the width based on your image size */
  height: auto;
  margin-bottom: 32px;
}

.features .icon img {
  width: 100%;
}

.features .bg-white {
    background: rgba(255, 255, 255, 1);

}

.features .bg-light-purple {
  background-color: #f5e8ff;
}

.features .bg-light-green {
  background-color: #e6fbf8;
}

.features .bg-light-yellow {
  background-color: #fff7e6;
}

.features .large-number {
  position: absolute;
  top: -62px;
  right: 6px;
  font-size: 130px;
  font-weight: 900;
}

.features .large-number.num01 {
    color: rgba(210, 63, 63, 0.2);
}

.features .large-number.num02 {
    color: rgba(239, 89, 237, 0.2);

}

.features .large-number.num03 {
    color: rgba(175, 120, 239, 0.2);
}

.features .large-number.num04 {
    color: rgba(63, 210, 168, 0.2);

}

.features .large-number.num05 {
    color: rgba(239, 185, 89, 0.2);

}

.features .position-relative {
  position: relative;
  min-height: 290px;
}

.features .feature-box h5 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.features .feature-box p {
  font-weight: 400;
  font-size: 18px;
}

.about-section {
  background: rgba(242, 245, 246, 1);
}

.about-section .about-col {
  background: rgba(255, 255, 255, 1);
}

.about-section .about-footer {
  margin-top: 62px;
}

.about-section .about-footer p {
  font-size: 20px;
  font-weight: 400;
}

.about-section h3{
    font-size: 40px;
    font-weight: 700;
  }
  
  .about-section h3 span {
    color: rgba(8, 77, 168, 1);
  }

