.modelInfo {
    display: flex;
    margin-bottom: 15px;
}

/* .single-bs_employee #main,
.single-bs_unit #main{
    margin-left: -50px;
} */

.modelInfo__value{
    width: 75%;
    line-height: 1.5;
    margin-top: -3px;
}

.modelInfo__value p{
    margin-bottom: 1em;
}

.modelInfo__value ul {
    margin: 0;
    margin-left: 15px;
}

.modelInfo__value p:last-child{
    margin-bottom: 0;
}

.modelInfo__value a, .modelInfo table a{
    color:#005335;
	font-weight: 600;
}

.modelInfo__value a:hover, .modelInfo table a:hover{
    color:#005335;
    text-decoration: underline;
}

.modelInfo li::marker{
    color: #005335;
}

.bs_model_info_flex_wrap{
    display: flex;
    margin-top: 30px;
}

.bs_model_information{
    width: 100%;
}

.bs_model_information .modelInfo thead{
    background-color: #00533514;
    color: #000000;
}

.modelInfo__label {
    flex-basis: 19%;
    font-weight: 600;
    line-height: 1.2;
	text-align: right;
    margin-right: 27px;
    color: black;
}

.modelInfo table, th, td{
    border: 1px dotted #0000000d !important;
}

@media only screen and (max-width: 480px) {
    .modelInfo {
        flex-direction: column;
    }
}

@media only screen and (max-width: 620px) {
    .modelInfo__label {
        flex-basis: 35%;
		text-align: left;
    }
}

@media(min-width:781px) and (max-width:1200px){
    /* .single-bs_employee #main,
    .single-bs_unit #main{
        margin-left: -30px;
    } */

    .modelInfo__label {
        flex-basis: 40%;
    }
}

@media (max-width:781px){
    .bs_model_info_flex_wrap{
        flex-direction: column;
    }

    .single-bs_employee #main,
    .single-bs_unit #main{
        margin-left: 0px;
    }

    .modelInfo__label {
        flex-basis: 40%;
        font-size: 16px;
		text-align: left;
    }

    .modelInfo__value{
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width:500px){
    .modelInfo{
        flex-direction: column;
    }
}