.slick-1 {

    .slick-dots {
        text-align: center;
        bottom: 0;
        position: relative;
        bottom: 38px;

        @include tablet { 
            bottom: 25px; 
        }

        & li button:before {
            color: rgb(255, 255, 255);
            opacity: 1;
            font-size: 50px;
            line-height: 50px;
        }

        & li.slick-active button:before {
            color: #ffc80e;
            opacity: 1;
        }
    }

}

