
.row-experts-article{
    margin-bottom: 30px;
}

#profileForm .form-group {
    margin-bottom: 0;
}

.pb60 {
    padding-bottom: 60px;
}

.dataModal .basf-modal-body {
    width: 50%;
    max-height: 80%;
    overflow-y: scroll;
}

@media (max-width: 768px){
    .row-experts-article{
        margin-bottom: 0;
    }
}
.textWrapper{
    word-break: break-word;
}
.textWrapper table{
    width:100%!important;
}
.textWrapper strong{
    font-weight: bolder;
}
.textWrapper table, .textWrapper th, .textWrapper td{
    border:1px solid #000;
    border-collapse: collapse;
}
.textWrapper table table td, .textWrapper table table th{
    padding-left:5px;
}
.textWrapper .finalText p{
    margin-bottom:18px !important;
}

.textWrapper .finalText h3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 32px;
}

.textWrapper p img{
    max-width: 100%;
    height: auto;
}

.textWrapper .finalText ul{
    list-style-type: none;
    font-size: 18px;
    font-family: 'Helvetica Neue';
    margin-left: 0;
    margin-bottom: 18px;
}

.textWrapper .finalText ul li {
    margin-bottom: 10px;
    line-height: 1.56;
    text-indent: 0%;
    padding-left: 40px;
    position: relative;
}

.textWrapper .finalText ol li {
    line-height: 1.56;
}

.textWrapper .finalText td {
    padding: 5px;
}

.textWrapper .finalText li::before {
    position: absolute;
    left: 0;
}

.textWrapper .finalText table p{
    margin-bottom:0!important;
}
