@charset "utf-8";
/* CSS Document */
.dt-sc-colored-big-buttons.with-left-icon strong {margin-top: 5px;display: inline-block;}

.dt-sc-icon-box.type1 .icon-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dt-sc-icon-box.type1 .icon-content h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
        margin: 0;
}
