.dehualdo-carousel-text {
    p {
        font-family: 'Neue Haas Grotesk Display Pro';
        font-size: 18px;
        line-height: 160%;
        &:last-child {
            margin-bottom: 0;
        }
        &.title {
            margin-bottom: 12px;
            margin-top: 0;
            font-weight: 700;
            font-size: 20px;
            line-height: 160%;
            color: #1F1713;
        }
    }
}
.dehualdo-carousel-text .swiper-pagination {
    position: initial;
    margin-top: 32px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    .swiper-pagination-bullet {
        margin: 0;
        width: 12px;
        height: 12px;
        background: #C7C1BE;
        opacity: 1;
        &.swiper-pagination-bullet-active {
            background: #4A362E;
        }
    }
}