.brc-share {
    background-color: #191a26 !important;
    padding: 10px 0;
    margin: 20px 0;
}
.brc-share .rc-title {
    color:#fff;
    text-align: center;
    border: 0;
}
.find-mistake-block a {
    color:#00e676;
}
.find-mistake-block a:hover {
    text-decoration: underline;
}

@media screen and (min-width:0px) {
    .brc-share .rc-title {
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        margin: 14px 0;
        background-color: transparent;
    }
    .find-mistake-block {
        color: #fff;
        text-align: center;
        font-size: 15px;
        margin: 10px 0;
    }
    .bs-share-block {
        text-align: center;
        border-bottom: 1px #60616e solid;
        max-width: 430px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}
@media screen and (min-width:991px) {
    .brc-share .rc-title {
        margin: 24px 0;
        font-size: 18px;
        font-weight: 600;
    }
    .find-mistake-block {
        font-size: 16px;
        margin: 20px 0;
    }
    .bs-share-block {
        padding-bottom: 35px;
    }
}
