﻿
#image-carousel,
#image-carousel img {
    width: 760px;
}

.splide__list {
    flex-wrap: nowrap;
}

.splide__pagination li {
    flex: inherit !important;
}

.splide__pagination__page.is-active {
    background: #000;
}

.step_bar {
    display: flex;
    justify-content: space-around;
    width:100%;
}

.step_bar > ul {
    list-style: none;
}

.step_bar > ul > li {
    display: inline-block;
    width: 120px;
    text-align: center;
    border: 1.5px solid black;
    border-radius: 5px;
}

.step_bar > ul > li.active{
    font-weight:bold;
}



@media(max-width:760px) {
    #image-carousel {
        width: 310px;
        margin: 0 auto;
    }

        #image-carousel img {
            width: 310px;
        }
}
