.job--position-row
{
    border-bottom: 2px solid #e0e0e0;
    padding: 20px 10px;
    margin-left: -10px;
    color:#000000;
    position: relative;
    overflow: hidden;
}

.job--position-row.position-d
{
    background-color: #e1f0fd;
}

.job--position-row.position-e
{
    background-color: #fab913;
}

.job--position-row:hover
{
    background: #eeeeee;
}

.job--position-row h3
{
    padding: 0px;
    margin: 0px 0px 5px;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color:#322b80;
}

.job--position-row .button,
.button.light-blue{
    background: #0095db;
}

.craftCategory-wrapper
{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 15px;
}

.attachemets-photo-gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 174px 174px 174px;
}

.attachemets-photo-gallery-thumb {
    height: 174px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ebebeb;
    border:10px solid #ebebeb;
}
.attachemets-photo-gallery-thumb a {
    width: 100%;
    height: 100%;
}

.attachemets-photo-gallery a:hover .attachemets-photo-gallery-thumb {
    background-color: #0095db;
    border:10px solid #0095db;
}

.top{
    position: absolute;
    text-align: center;
    right: -22px;
    bottom: 2px;
    width: 70px;
    height: 20px;
    overflow: hidden;
    color: #fff;
    background: #FF0000;
    display: block;
    padding: 5px;
    transform: rotate(
            315deg
    );
    text-transform: uppercase;
    font-weight: 700;
}

.splide__slide .job-thumb-wrapper{
    background: #e1f0fd;
}

@media screen and (max-width: 575.98px) {
    .craftCategory-wrapper
    {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 15px;
    }
}