.active-dot-bg{
    background-color: #d02027 !important;

}
.testimonial-dot{
    width: 11px !important;
    height: 11px !important;
}


@media only screen and (max-width: 600px){
    #slider{
        width: 430px !important;
    }
    #list-dots{
        grid-area: initial !important;
    }
}

@media only screen and (max-width: 400px){
    #slider{
        width: 320px !important;
    }
    #list-dots{
        grid-area: initial !important;
    }
}
