.div-title{
    background-color: #F6F6F6;
    margin: 30px;
    display: flex;
}
.div-line{
    background-color: #375ED6;
    width: 5px;
    height: 20px;
    margin: 10px;
    border-radius: 5px;
}
.div-text{
    font-size: 20px;
    line-height: 40px;
}
.div-content{
    margin: 0px 100px 30px 100px;
}
.div-content > div{
    display: flex;
    flex-direction: row;
}
.div-content-data{
    width: 33%;
}
.div-content-data label{
    font-weight: bold;
    margin-right: 5px;
}