.cs-before-after {
    padding: 20px 0 30px;
}

.cs-before-after__head {
    text-align: center;
    margin-bottom: 20px;
}

/* FLOW */

.cs-before-after__flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

/* BEFORE */

.cs-before {
    max-width: 520px;
    width: 100%;
    text-align: center;
}

.cs-before__label {
    font-size: 0.8rem;
    color: var(--cs-text-muted);
    margin-bottom: 6px;
}

.cs-before__text {
    padding: 14px 18px;
    border-radius: 12px;

    background: rgba(255, 0, 0, 0.05);
    border: 1px dashed rgba(255, 0, 0, 0.25);

    color: rgba(0,0,0,0.55);
    font-style: italic;
}

/* ARROW */

.cs-before-after__arrow {
    font-size: 22px;
    color: rgba(124, 92, 255, 0.5);
}

/* AFTER */

.cs-after {
    width: 100%;
    max-width: 720px;
}