.vacans{
    display: flex;
    justify-content: center;
    flex-direction: column;

    > h3 {
        text-align: center;
        margin: 30px auto 0;
    }

    > div {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        gap: 12px;
    }

    .r_block {
        padding: 20px;
        flex: 1 1 calc(33.333% - 12px);
    }
}

.r_arrow {
    margin: 20px auto;
    display: flex;
    justify-content: center;

    > h4 {
        margin: 0 4px 0 0;
        font-size: 24px;
        line-height: 36px;
        color: black;
        font-weight: 500;
    }

    > a {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #4B8D9D;
        align-items: center;
        justify-content: center;
    }
}