.worker-ruturn{
    height:50px;
    margin:0 auto;
}
.worker-ruturn a{
    display: inline-block;
    width:20px;
    height:20px;
    margin-top: 20px;
}
.worker-ruturn a img{
    width:100%;
    height:100%;
}
.worker-roll{
    width:80%;
    height:16px;
    margin:0 auto;
    margin-top: 20px;
    color:white;
    overflow: hidden;
    position: relative;
}
.worker-roll ul{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
}
.worker-form-title{
    color:ivory;
    font-size:16px;
    text-align: center;
    margin-top:30px;
}
.worker-form{
    width:80%;
    margin:0 auto;
    color:ivory;
    font-size: 14px;
}
.worker-form-con{
    margin-top:20px;
}
.worker-form-con-title-input{
    justify-content: space-between;
    flex-wrap: wrap;
    display:flex;
}
.worker-phone{
    width:70%;
    height:20px;
    border-radius: 2px;
}
.worker-button{
    width:100%;
    height:30px;
    margin-top:30px;
    text-align: center;
}
.worker-button button{
    width:120px;
    height:30px;
    border:none;
    border-radius: 3px;
    color:ivory;
    background: rgb(0,158,59);
}
@media screen and (min-width: 768px) {
    .worker-ruturn a{
        width:50px;
        height:50px;
    }
    .worker-roll{
        font-size: 18px;
        height:24px;
        margin-top: 80px;
    }
    .worker-form-title{
        font-size:32px;
        margin-top:60px;
    }
    .worker-form{
        font-size: 22px;
    }
    .worker-form-con{
        margin-top:40px;
    }
    .worker-phone{
        height:40px;
    }
    .worker-button{
        margin-top:50px;
    }
    .worker-button button{
        width:220px;
        height:40px;
        font-size: 18px;
    }
}
@media screen and (min-width: 1024px) {
    .worker-ruturn{
        width: 60%;
    }
    .worker-ruturn a{
        width:60px;
        height:60px;
        margin-top: 60px;
    }
    .worker-roll{
        width:50%;
    }
    .worker-form-title{
        font-size:32px;
        font-weight: bold;
    }
    .worker-form{
        width:50%;
        font-size: 20px;
        font-weight: bold;
    }
    .worker-form-con{
        margin-top:50px;
    }
    .worker-phone{
        width:50%;
    }
    .worker-button{
        margin-top:100px;
    }
}
