﻿.levy {
    margin: auto;
    width: 80%;
    margin-top: 20px;
}

.levyTime {
    margin: auto;
    width: 80%;
    margin-bottom: 30px;
}

@media screen and (max-width:1100px) {
    .levy {
        width: 80%;
        margin-top: 40px;
    }

    .levyTime {
        width: 80%;
        margin-bottom: 40px;
    }
}

#Recruitmentwidth {
    height: 468px;
}


@media screen and (max-width:767px) {
    #Recruitmentwidth {
        height: auto;
        padding-bottom: 50px;
    }

    #Recruitmentcenter {
        top: 0%;
        transform: translateY(0%);
        margin-top: 0px;
    }
}
