.model_title{
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    opacity: 0.8;
    margin:10% auto;
}
.model_side_title{
    line-height: 1.6;
    text-align: justify;
    margin: 20px 0px;
    font-family: SOURCESANSPRO-REGULAR;
    font-size: 35px;
    color: #38393a;
    text-shadow: 0.3px 0px;
    /* font-weight: 200; */
    opacity: 0.8;
    margin:5% auto;
}
.model_text{
    line-height: 1.6;
    text-align: justify;
    margin: 20px 0px;
    font-family: SOURCESANSPRO-REGULAR;
    font-size: 22px;
    color: #38393a;
    text-shadow: 0.3px 0px;
    /* font-weight: 200; */
    opacity: 0.8;
    margin:5% 10%;
}
.model_function{
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    opacity: 0.8;
    margin:5% auto;
}
.model_pic{
 width:50%;
 position:relative;
 left:25%;
 background-color: white;
}
.model_note
{
    text-align: center;
    font-weight: 800;
}