.testimonial-carousel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    border: 1px solid var(--iceland-500, #D1C9B8);
    border-right: 0;
    border-left: 0;
    background-color: var(--iceland-200, #F9F6F0);

    @media screen and (min-width:960px) {
        padding: 0 46px;
    }
}

.testimonial-carousel .__dash {
    height: 64px;
    background-color: var(--iceland-500, #D1C9B8);
    width: 1px;
}

.testimonial-carousel .__widget-wrapper {
    width: 100%;
    margin: 10px;
}