﻿.ProjectContent {
    clear: both;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 100px;
}

.ProjectTxt {
    font-size: 1.6em;
    line-height: 50px;
    text-align: justify;
    display: flex;
    flex-wrap: nowrap;
}

.ProjectTxt img{
    width: 100%;
}

.ProjectTitle {
    display: flex;
    flex-wrap: nowrap;
    line-height: 50px;
    font-size: 1.8em;
    margin-top: 25px;
    margin-bottom: 20px;
}

.line3 {
    background-color: #003C92;
    height: 25px;
    width: 6px;
    margin-right: 20px;
    margin-top: 14px;
}

.ProjectLeft {
    width: 48%;
    margin-right: 4%;
}

.ProjectRight {
    width: 48%;
}