.sd-block-text {
    line-height: 20px;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
}

.sd-block-text.color-black {
    color: #000;
}

.sd-block-text.color-black a {
    color: #E10681;
    text-decoration: none;
}

.sd-block-text.color-black a:hover {
    color: #000;
}

.sd-block-text.color-white {
    color: #fff;
}

.sd-block-text.color-pink {
    color: #e01861;
}

.sd-block-text.color-white a:hover,
.sd-block-text.color-pink a:hover {
    color: #000;
}

.sd-block-text a {
    color: inherit;
    transition: all .3s ease;
}

.sd-block-text a:hover {
    text-decoration: underline;
    transition: all .3s ease;
}

.sd-text-block-default p:last-child {
    margin-bottom: 0;
}

.sd-block-text ol {
    margin-left: 10px;
}

.sd-block-text ul {
    margin-left: 0;
    list-style-type: none;
}

.sd-block-text ul li {
    position: relative;
    padding-left: 15px;
}

.sd-block-text ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 6px;
}

.sd-block-text.color-black ul li:before {
    background-color: #000;
}

.sd-block-text.color-white ul li:before {
    background-color: #fff;
}

.sd-block-text.color-pink ul li:before {
    background-color: #e01861;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 767px) {
    .sd-block-text.responsive_hide-yes {
        display: none;
    }
}