/* Bubble */
.dt-bubble {
    background: #FFFFFF;
    border-radius: 22px;
    padding: 40px 50px;
    max-width: 820px;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.dt-text {
    font-size: 20px;
    line-height: 1.6;
    color: #2D2D2D;
    margin-bottom: 20px;
}

.dt-author {
    text-align: right;
    font-size: 16px;
    color: #6D7B67;
    font-weight: 600;
}

/* Swiper Pagination */
.swiper-pagination-bullet {
    background: #6D7B67 !important;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #2D2D2D !important;
    opacity: 1;
}

/* Slide Wrapper Force Size */
.delphi-swiper {
    width: 100%;
    padding: 50px 0;
}
