.swiper-wrapper {
    height: auto;
}

.navbar-brand img {
    max-width: 200px;
}

.numbers p {
    line-height: 24px;
    margin-bottom: 0;
    word-break: break-all;
}

.carousel-item-b img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* RESPONSIVE */
@media screen and (max-width: 480px) {
    .title-c {
        font-size: 1.5rem;
    }
}