.single-recruit-post {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    padding: 1rem;
}

.single-recruit-post:hover {
    -webkit-box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
    box-shadow: 0px 2px 10px 2px rgba(221, 221, 221, 0.73);
    cursor: pointer;
}


.e-desc {
    padding: 1.5em 0;
}

.e-desc h6 a {
    font-size: 1.2em;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

ul.desc-list li {
    color: var(--heading-color);
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px dashed var(--font-color);
    padding: 1rem;
}

.desc-list li span {
    color: var(--font-color);
    margin-left: 0.5rem;
    font-weight: normal;
    margin-top: 1rem;
    display: block;
}

@media screen and (max-width: 568px) {
    /*.desc-list li span {*/
    /*    width: 22%;*/
    /*}*/
}

.wthree-bnr-btn {
    background: var(--primary-color);
    color: #fff;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    margin-top: 1em;
    padding: 0.7rem 2rem;
}

.wthree-bnr-btn:hover {
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(5px);
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    color: #fff;
}


@media screen and (max-width: 480px) {
    .wthree-bnr-btn {
        margin-top: 1.5rem;
        font-size: 0.9rem;
    }
}

.img-fluid.recruit{
    width: 100% !important;
}
