.default-carousel-dot-nav button::before,
.default-carousel-dot-nav .slick-active button:before
{
    display: none;
}

.default-carousel-dot-nav .slick-dots
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    bottom: 0;
}

.default-carousel-dot-nav .slick-dots li
{
    display: flex;
    justify-content: center;
    align-items: start;
    border: none;
    margin: 0 4px;
    height: fit-content;
    width: fit-content;
}

.default-carousel-dot-nav .slick-dots li button
{
    border: none;
    background-color: #d7d7d7;
    border-radius: 99px;
    width: 8px;
    height: 8px;
    transition: all .3s ease-in-out;
}

.default-carousel-dot-nav li.slick-active button
{
    background-color: #AAA;
    width: 30px;
}
