.construction-date-con{
    padding-top: 0.1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.construction-date-item{
    font-weight: bold;
    font-size: 1vw;
    color: #000000;
    margin-right: 5vw;
    font-weight: 300;
    /* width: 10vw; */
}
.construction-date-item:last-child{
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .construction-date-con{
        display: none;
    }
}