.p-vacant__list::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
    background: url(../img/img_vacant_list.svg) center center/cover;
    width: 432px;
    height: 183px;
    z-index: -1;
}
@media screen and (min-width: 768px){
.c-info__content {
    display: flex;
    flex-direction: row;
    padding: 0;
    align-items: center;
}
}
