.oew-elementor-widget-collection-carousel {
    .oew-section-title {
        margin: 0 0 30px;

        .oew-heading-title {
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            color: #252a2b;
        }
    }

    .oew-slick {
        .slick-arrow {
            display: inline-block;
            width: 14px;
            height: 36px;
            margin: 5px;
            padding: 4px 7px;
            background-size: 14px 36px;
            font-size: 0;
            position: absolute;
            top: 25%;
            z-index: 1;
            cursor: pointer;

            @media (min-width: 768px) {
                top: 30%;
            }

            &.slick-prev {
                left: 5%;
                background-image: url('../images/arrow-left.png');
            }

            &.slick-next {
                right: 5%;
                background-image: url('../images/arrow-right.png');
            }

            i {
                display: none;
            }
        }

        .slick-dots {
            > li.slick-active button:after {
                background-color: #2b3769;
            }

            button:after {
                background-color: #D5D7E1;
            }
        }

        .slick-list {
            .slick-slide {
                padding: 0;
                @media (min-width: 768px) {
                    padding-left: 20px;
                    padding-right: 20px;
                }
            }
        }
    }

    .oew-item-content {
        text-align: center;

        .oew-item-media {
            a {
                display: block;
            }

            img {
                width: 100%;
            }
        }

        .videoWrapper {
            position: relative;
            padding-bottom: 54.05%;
            padding-top: 25px;
            height: 0;

            iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
        }

        .oew-item-title {
            margin: 0;
            padding: 40px 0 5px 0;
            font-weight: bold;
            font-size: 20px;
            text-align: center;
            color: #252a2b;

            a {
                color: currentColor;
                transition: all .4s ease;

                &:hover {
                    color: #000000;
                }
            }
        }

        .oew-item-desc {
            width: 100%;
            max-width: 77.38%;
            margin: 25px auto;
            font-size: 18px;
            text-align: center;
            font-weight: 300;
            color: #252a2b;
        }

        .oew-default-btn {
            a {
                background: none;
                border: none;
                border-bottom: 1px solid #000000;
                padding: 10px 0 5px 0;
                display: inline-block;
                font-size: 13px;
                letter-spacing: 2px;
                color: #252a2b;
                transition: all .4s ease;

                &:hover {
                    color: #000000;
                }
            }
        }
    }
}

