.step {
    font-size: 80px;
}

.text-light-primary {
    color: #023047;
}


.box {
    min-height: 450px !important;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats {
/*  padding: 10px 0 60px 0;*/
}

.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item span {
  font-size: 48px;
  display: block;
  color: var(--accent-color);
  font-weight: 700;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 15px;
  font-weight: 600;
}
.carousel-item {
            text-align: center;
            padding: 40px 20px;
        }

        .testimonial {
            font-style: italic;
        }

        .testimonial-author {
            margin-top: 15px;
            font-weight: bold;
        }

        .testimonial-position {
            color: #777;
        }

        /* Adjust button styling */
        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            display: none; /* Hide default icons */
        }

        .carousel-control-prev i,
        .carousel-control-next i {
            font-size: 24px;
            color: #333; /* Change color of the icons */
        }
