.licence-title{
    font-size: 18px;
    margin-bottom: 40px;
    display: inline-block;
}
.licence-block .table th, .licence-block .table td {
    vertical-align: top;
    border-top: none;
    border-bottom: 1px solid #414141;
    padding: 20px 50px 20px 10px;
}
.licence-block .table thead.thead-dark {
    font-size: 18px;
}
.col-md-custom {
    width: 12vw !important;
}
.licence-block .table .thead-dark th {
    color: var(--global-white-color);
    background-color: #191919;
    border-color: #191919;
}
.table td {
    overflow-wrap: break-word;
}

@media (min-width: 481px) {
    .mobile-table-responsive {
        display: none!important;
    }
    .pc-table-responsive{
        overflow: hidden;
    }
}

@media (max-width:480px) {
    .pc-table-responsive{
        display: none!important;
    }
    section.landing-padding.licence-block {
        padding: 40px 15px;
    }
    .licence-block .table .col-12 {
        max-width: 100%;
    }
    .d-flex{
        text-align: left;
    }
    .title-th{
        text-align:center !important;
    }
}
