.elementor-addons-gooten-text-slider {

    .gooten-text-slider--title {
        font-family: Inter, sans-serif;
        font-weight: normal;
        font-size: 31px;
        line-height: 1.33;
        color: #000000;

        & + .gooten-text-slider--content {
            margin-top: 18px;
        }
    }

    .gooten-text-slider--content {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.4;
        color: #646B72;

        p:last-child {
            margin-bottom: 0;
        }
    }

    .swiper-pagination {
        position: relative;
        text-align: left;
        margin-top: 40px;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background: #fff;
        opacity: 1;

        & + .swiper-pagination-bullet {
            margin-left: 18px;
        }

        &:focus {
            outline: none;
        }
    }

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #092DC5;
    }
}