.how_to_but {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    background-color: #F1F0F0;
    cursor: pointer;
}

.selected {
    background-color: #15b8cd; /* Change button color when selected */
}

#carousel-1 .splide__pagination__page {
    top: 40px;
}

.splide__pagination__page.is-active {
    background: #2D4153;
}