.wrapper-banner-img {
    max-width: 100%;
    max-height: 100%;
}

.img-banner {
    width: 100%;
    opacity: 0.25;
}

.carousel-indicators [data-bs-slide-to] {
    background-color: #6A3C2D;
}

.carousel-indicators .active {
    background-color: #4F200D;
}

.number-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2rem;
}

.number-section h1 {
    margin-bottom: 0.5rem;
}

.number-section p {
    margin: 0;
    color: #000;
    font-size: 1.25rem;
}
