.fixed-table{
    table-layout: fixed;
    width: 100%;
}

.fixed-table td{
    word-wrap: break-word;
}

.custom-table th, td {
    white-space: normal;
}
    
.fixed-table{
    table-layout: fixed;
}
.table-wrap-space{
    white-space: normal;    
    word-wrap: break-word;
}

.custom-ul{
    list-style-type: disc !important;
    padding-left: 1em;
}

.custom-ul li{
    list-style-type: disc !important;

}

.custom-ol{
    list-style-type: lower-roman !important;
    padding-left: 1em;
}

@media (min-width: 1200px) { 
    .container{
        padding-left:80px;
        padding-right:80px;
    
    }
 }

    