h2{
    letter-spacing: 3px;
}
section{
    height: 90vh;
    background-image: url(../images/workVisual.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom;
}
.comingsoon{
    letter-spacing: 5px;
    opacity: 0.3;
}
h3{
    letter-spacing: 2px;
}
.workItem{}
.workItem:hover{}
.modal-dialog{
    max-width: 1000px;
    height: 80vh;
    margin: auto;
    position: fixed;
    top: 0;right: 0;bottom: 0;left: 0;
}.modal-content{
    width: 1000px;
    height: 80vh;
    border-radius: 0;
    margin: auto;
    position: fixed;
    top: 0;right: 0;bottom: 0;left: 0;
}
.requirements{
    height: 330px;
}
.product{
    font-size: 12px;
}
.modalClose{
    color: #505050;
    border-radius: 0;
    border-bottom: 1px solid #505050;
    letter-spacing: 1px;
}