﻿.blog-carousel .owl-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
}

.blog-carousel .owl-dot {
    display: inline-flex !important;
    width: auto;
}

    .blog-carousel .owl-dot span {
        display: block;
        width: 14px;
        height: 14px;
        margin: 0;
        border-radius: 20px;
        background: #c7c7c7;
        transition: .3s;
    }

    .blog-carousel .owl-dot.active span {
        width: 34px;
        background: #ff6a00;
    }


.blog-carousel .owl-stage {
    display: flex;
}

.blog-carousel .owl-item {
    display: flex;
}

.blog-carousel .blog-item {
    width: 100%;
    display: flex;
}

.blog-carousel .service-item {
    width: 100%;
    min-height: 520px;
    display: flex !important;
    flex-direction: column;
}

.blog-carousel .service-text {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .blog-carousel .service-text p {
        flex-grow: 1;
    }

    .blog-carousel .service-text .btn {
        margin-top: auto;
        align-self: center;
    }