.content {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0 0 !important;
}
.legal-table{
    margin-bottom: 30px;
}
.portfolio-table{
    max-width: 100%;
    min-width: 540px;
    height: 100%;
}
.portfolio-table-block{
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 20px;
    overflow-x: auto;
}


/* Add a thumb */

.portfolio-table-block::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(224, 224, 224, 1); /* or add it to the track */
}

/* Add a thumb */
.portfolio-table-block::-webkit-scrollbar-thumb {
    background: #E9B245;
}
.legal-table tr:nth-child(odd) {background: rgba(244, 245, 246, 1)}
.legal-table tr{
    height: 100%;
    min-height: 60px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #29414C;
}
.legal-table .table-zero{
    background-color: rgba(79, 98, 107, 1);
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
}
.legal-table .table-first{
    background-color: rgba(154, 164, 169, 1);
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
}
.legal-table .table-second{
    background-color: rgba(79, 98, 107, 1);
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
}
.legal-table .table-third{
    background-color: rgba(154, 164, 169, 1);
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
}
table{
    border-collapse: collapse;
}
.table-item{
    padding: 20px;
    text-align: left;
    border-spacing: 0;
}
.table-item p{
    margin-bottom: 5px;
}
.text-inner{
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-align: justify;
    color: #29414C;
}
.text-name{
    font-weight: 600;
}
.text-ul li{
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #29414C;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}
.text-ul li span{
    margin-right: 10px;
}
.text-title{
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #29414C;
}
.responsive{
    display: none;
}
@media screen and (max-width: 1080px) {
    .content {
        padding: 80px 80px 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .content {
        max-width: 100% !important;
        padding: 60px 0 0 20px !important;
    }
    .legal-table{
        font-size: 8px;
    }
    .table-item{
        padding: 5px;
        font-size: 8px !important;
    }
    .table-item p{
     font-size: 8px;
    }
    .legal-body .content{
        padding: 60px 20px !important;
    }
}