.caseCon{
    letter-spacing: 1px;
}
.caseCon .title {
    text-align: center;
    color: #313131;
    font-size: 24px;
    font-weight: bold;
}
.caseCon p {
    color: #313131;
    font-size: 16px;
}
.caseCon .flex_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin-top: 40px;
}
.caseCon .flex_box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #026BDB;
    margin-top: 8px;
}
.caseCon .flex_box p {
    color: #717171;
    font-size: 14px;
}
.caseCon .flex_box .flex_fl {
    flex: 2;
    margin-right: 25px;
}
.caseCon .flex_box .flex_fr {
    flex: 7;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 166px;
}
.flex_box .flex_fr .info {
    margin: 28px 0;
}