@charset "UTF-8";
.under h5{
    margin-bottom: 10px;
}
.under h5:before{
    height: 10px;
    top: 10px;
}
.under .collab-desc-list p:has(+ h5) , 
.under .collab-desc-list p:has(+ div),
.under .collab-desc-list .section{
    margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
    .under h5 {
        text-align: left;
        padding-left: 18px;
    }
    .under h5:before {
        width: 10px;
        height: 10px;
        left: 0;
        top: 10px;
        bottom: unset;
        transform: unset;
    }
    /*.under .collab-desc-list .section{
        margin-bottom: 50px;
    }*/
}