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

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

.hero-section h2 {
  font-size: 57px;
  font-weight: 900;
  margin-bottom: 30px;
}

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

.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: 574px;
  /* width: 711px; */
  object-fit: none;
  position: absolute;
  right: 0;
  top: 127px;
  bottom: 0;
}

.navbar {
  padding-bottom: 78px;
}

.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: 46px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.features .feature-text p {
  font-size: 22px;
  font-weight: 400;
  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: 300px;
}

.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 .about-image-container img {
  width: 100%;
}



.about-section h2 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 32px;
}

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

.about-section .col-md-4 {
    text-align: unset;
}

.about-section .title {
    margin-bottom: 64px;
}

.about-section .title h2 {
    font-size: 60px;
    font-weight: 700;
}
.about-section .about-image-container {
    margin-bottom: 64px;
}

/* Target the last .about-image-container */
.about-section .row .col-md-8:last-of-type .about-image-container {
    margin-bottom: 0;
}