.work-box {
    display: flex;
}
.work-form {
    width: 50%;
    padding-right: 100px;
}
.work-contact li {
    margin-bottom: 10px;
    color: #3a3a3a;
    cursor: pointer;
}
.work-contact li:hover {
    color: #0256ac;
    text-decoration: none;
}
.alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
@media (max-width: 767px) {
    .work-box {
        flex-direction: column;
    }
    .work-form {
        width: 100%;
        padding-right: 0px;
    }
    .work-contact {
        margin-top: 20px;
    }
}
