#special-project-bg {
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#special-project-popup {
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1024px;
    height: 682px;
    margin: 0 auto;
    border-radius: 8px;
    color: #fff;
    z-index: 999;
}

#special-project-popup span {
    font-family: "Roboto",san-serif;
    font-size: 20px;
    padding-top: 45px;
    padding-left: 50px;
    width: 450px;
    display: block;
}

#special-project-popup span a {
    color: #3cb371;
    text-decoration: underline;
}

#special-project-popup span a:hover {
    color: #3cb371;
    text-decoration: none;
}