.sd-vue-component-recent-vacancies-content {
    margin-left: -15px;
    margin-right: -15px;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-tile {
    padding: 20px;
    background-color: rgba(0, 44, 109, 0.8);
    border-radius: 10px;
    height: auto;
    margin-bottom: 60px;
    transition: all .3s ease;
}

.sd-vue-component-recent-vacancies-content .sd-vue-component-recent-vacancies-list:last-child .sd-vacancy-tile {
    margin-bottom: 0;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-tile:hover {
    background-color: #002c6d;
    transition: all .3s ease;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-specs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-specs li {
    display: inline-block;
    color: #fff;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-tile .sd-vacancy-tile-name {
    display: flex;
    justify-content: space-between;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-tile h2 a,
.sd-vue-component-recent-vacancies-content .sd-vacancy-tile h2 a:hover {
    color: #fff;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-tile .sd-vacancy-tile-name .sd-vacancy-svg {
    display: inline-block;
    height: 15px;
    width: 50px;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-tile .sd-vacancy-tile-name svg {
    height: 15px;
    width: 50px;
    display: block;
    color: #fff;
    transition: all .3s ease;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-tile:hover .sd-vacancy-tile-name svg {
    color: #fc5210;
    transition: all .3s ease;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-tile .sd-vacancy-tile-intro {
    color: #fff;
    margin-bottom: 30px;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-tile .button-container a {
    background: #fff;
    padding: 10px 40px;
    color: #262626;
    transition: all .3s ease;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.sd-vue-component-recent-vacancies-content .sd-vacancy-tile:hover .button-container a {
    color: #fff;
    background-color: #fc5210;
    transition: all .3s ease;
}