b{
    font-weight: bold;
}
.modal-item{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.modal-item-image{}

.fig{
    width: 100%;
    max-width: 75px;
    min-width:45px;
}

@media (max-width:451px){
    .fig-reverse{
        order:0;
    }
    .modal-item-content{
        order:1;
    }
}

.modal-item-content h6{
    margin: 0px;
}

.modal-item-content ul{
    margin-left: 40px;
}

.modal-item-content ul li{
    list-style:disc;
    margin-bottom:15px;
}

.modal-item-content{
    max-width: 330px;
}

.divisor{
    height:1px;
    background-color:#ccc;
    width:100%;
    margin-bottom: 15px;
    margin-top: 15px;
}