.oew-elementor-before-after-carousel {
    padding: 30px;
    position: relative;

    .oew-section-title {
        margin-bottom: 30px;

        .oew-heading-title {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 45px;
            color: #4e4e50;
            line-height: 1.2;
            letter-spacing: 1px;
        }

        .oew-description {
            display: block;
            margin-bottom: 0;
        }
    }

    .oew-slick-style {
        display: block;
        margin-left: -10px;
        margin-right: -10px;
        position: relative;
        white-space: nowrap;

        .slick-slide {
            padding-left: 10px;
            padding-right: 10px;
        }
    }

    .item-content {
        padding: 0.5rem 0.875rem;
        border: 2px solid #000;
        border-radius: 12px;
        box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.06);
    }

    .oew-item {
        .weeks-block {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 8px;
        }

        .before-after-block {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

        .before-after-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
            width: 48%;
            min-height: 200px;
            margin-right: 0px;
            margin-left: 0px;
            border-radius: 8px;
            -o-object-fit: cover;
            object-fit: cover;

            img {
                width: 100%;
                object-fit: cover;
            }

            &.left {
                margin-right: 8px;
            }

            &.right {
                margin-left: 8px;
            }
        }

        .name-block {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-right: 0px;
            padding-left: 0px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;

            .name {
                margin-top: 0.75rem;
                margin-bottom: 0.5rem;
                padding-left: 0rem;
                -webkit-align-self: flex-start;
                -ms-flex-item-align: start;
                align-self: flex-start;
                font-size: 16px;
                font-weight: 600;
            }
        }
    }
}