.slider-dots {
    background-color: #4a6671;
    overflow-x: clip;
}

.splide__sr {
    display: none;
}

.slider-dots__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-dots__heading {
    text-align: center;
}

.slider-dots__heading * {
    color: #dff8eb;
}

.slider-dots__item {
    display: flex;
    height: 100%;
    gap: 4rem;
    align-items: center;
}

.slider-dots__slide {
    padding: 4rem 0;
}

.slider-dots__item-image {
    flex-basis: 170px;
}

.slider-dots__item-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider-dots__item-heading,
.slider-dots__item-text {
    color: #dff8eb;
}

.slider-dots__item-text {
    margin-bottom: 0;
    font-size: 0.9rem;
}

.slider-dots__item-heading {
    margin-bottom: 1rem;
}

.slider-dots__item-wrapper {
    flex-basis: 598px;
}

@media screen and (max-width: 991.98px) {
    .slider-dots__item {
        flex-direction: column;
        text-align: center;
        gap: 3rem;
    }


    .slider-dots__item-image{
        flex-basis: 100%;
        height: 8rem;
        width: 8rem;
    }

    .slider-dots__item-wrapper {
        flex-basis: 100%;
    }

    .slider-dots__splide {
        padding: 0;
    }

}