.licenses_slider .text .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 63px;
    line-height: normal;
}

.licenses_all {
    background-color: #188b30;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    margin: auto;
    display: block;
    width: fit-content;
}