.job_info {
    padding: 10rem 0 5rem;
}

.job_info .flexbox {
    display: flex;
    flex-wrap: wrap;
    gap: calc(100vw / 24);
    justify-content: space-between;
    margin: 0;
}

.job_info .flexbox > .column {
    width: calc(100vw / 24 * 7);
    padding-bottom: 5rem;
}

.job_info [data-effect] {
    position: relative;
    float: none;
}

.job_info [data-effect]:after {
    content: attr(data-effect);
    position: absolute;
    width: fit-content;
    height: 100%;
    z-index: 1;
    padding: 1rem 0;
    -webkit-text-stroke: 1px #a14a2b;
    text-shadow: 0 0 0 3px #a98540;
    color: #fff;
    font-size: 5rem;
    text-transform: uppercase;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 700;
    font-style: normal;
    opacity: .1;
    line-height: 1;
    pointer-events: none;
    overflow: visible;
    font-size: 20rem;
    opacity: .15;
    z-index: -1;
}

.job_info [data-effect]:nth-child(odd):after {
    left: calc(0px - (100vw / 12));
    top: calc(0px - (100vw / 24));
}

.job_info [data-effect]:nth-child(even):after {
    right: calc(0px - (100vw / 12));
    bottom: calc(0px - (100vw / 12));
}

.job_info .button {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}


@media screen and (max-width: 1080px) {
    .job_info .flexbox {
        padding: 0 calc(100vw / 24);
    }

    .job_info .flexbox > .column {
        width: 100%;
    }
}
