.ResultBlockSlider .slick-dots li {
    background: #b3cfdd;
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #bfbfbf;
    color: #4e443c;
    border-radius: 10px;
    text-indent: -9999px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 9px;
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .MyContent .QuestionBlock .AnswerBlock .AnswerDetails {
        margin: 0 10px;
        font-size: 10px;
    }
}