.slider-container {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.dot {
    width: 33.98px;
    height: 4.99px;
    background-color: lightgray;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: black;
}

.taste-prev-next {
    width: 100vw;
    display: flex;
    align-items: unset;
    justify-content: space-between;
    margin: 0 auto;
    gap: 5vw;
    padding: 0 30vw;
}

.slick-prev {
    position: unset;
    right: 0px;
    display: block;
    width: 398px;
    font-size: 15px;
    line-height: 1;
    height: auto;
    padding: 20px 40px;
    margin: 64px auto 0 auto;
    cursor: pointer;
    color: #fff;
    background: #000;
}

.slick-next {
    position: unset;
    right: 0px;
    display: block;
    width: 398px;
    font-size: 15px;
    line-height: 1;
    height: auto;
    padding: 20px 40px;
    margin: 64px auto 0 auto;
    cursor: pointer;
    color: #fff;
    background: #000;
}

.button-and-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
}

.step-container {
    padding: 20px 0 30px 0;
}

.step-flex {
    height: auto;
}

.step-flex {
    gap: 1vw;
    justify-content: start;
}
