body {
    font-family: "Raleway", sans-serif;
}

#header {
    background-color: #000;
}

.positions_container {
    width: 100%;
    height: 260px;
    overflow: hidden;
    padding-top: 121px;
    background-color: #000;
}



.back-btn {
    display: inline-block;
    position: relative;
}

.back-btn img {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.back-btn::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.back-btn:hover::after {
    opacity: 1;
}

.positions-item span {
    box-sizing: inherit;
}

.positions-item svg {
    display: inline-block;
}

.capabilities-card_arrow__L_plP {
    opacity: 0;
    transform: translateX(0);
    transition: all .3s ease-in;
    font-weight: 500;
    color: #000;
    line-height: 18px;
    font-size: .75rem;
    width: 46;
    height: 14;
    fill: none;
    margin-left: 10px;
}

.join-container {
    flex-direction: column-reverse;
}

@media screen and (min-width: 850px) {
    .positions-top {
        position: relative;
        width: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-left: 32px;
        padding-right: 32px;
        max-width: 1280px;
        padding-top: 37px;
        padding-bottom: 37px;
    }

    .positions-item:hover .capabilities-card_arrow__L_plP {
        opacity: 1;
        width: 46;
    }

    .positions-item:hover span {
        text-decoration: underline;
    }
}

@media screen and (max-width: 850px) {
    .positions-top {
        position: relative;
        width: 100%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-left: 32px;
        padding-right: 32px;
        max-width: 1280px;
        padding-top: 10px;
        padding-bottom: 17px;
    }

    .positions-item .capabilities-card_arrow__L_plP {
        opacity: 1;
        width: 46;
    }

    .positions-item span {
        text-decoration: underline;
    }

}