.careers__img {
    position: relative;
    z-index: 2;
    padding-bottom: var(--section-margins);
    text-align: center;
}

.careers__img-logo {
    position: absolute;
    color: #fff;
    opacity: .17;
    left: 9px;
    bottom: 17px;
    transform: rotate(45deg);
}

.text-location {
    background-color: #F5F5F5;
    position: relative;
    padding: 15px 22px;
    margin-top: 30px;
    margin-bottom: 34px;
}

.text-location ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text-location ul li {
    position: relative;
    padding: 0 0 15px 27px;
    font-size: 18px;
    color: var(--dark);
    letter-spacing: 0.05em;
    font-family: 'arialbold';
    text-transform: uppercase;
}

.text-location ul li a {
    color: var(--dark);
}

.text-location ul li i {
    position: absolute;
    left: 0;
    color: var(--light-green);
    font-size: 21px;
    vertical-align: middle;
}

.text-location ul li:last-child {
    padding-bottom: 0;
}

@media (min-width: 768px) {
        
    .flex-opposite {
        flex-direction: row-reverse;
    }
    
    .text-location {
        padding: 0 32px 20px;
        margin-bottom: 40px;
    }

    .text-location ul {
        display: flex;
        flex-wrap: wrap;
    }

    .text-location ul li {
        padding-right: 24px;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .text-location ul li a:hover,
    .text-location ul li a:hover i {
        color: var(--green);
    }

    .careers__img-logo {
        font-size: 20px;
        left: 8px;
        bottom: 17px;
    }
}

@media (min-width: 1025px) {
    .text-location::after {
        content: '';
        position: absolute;
        background-color: #F5F5F5;
        right: -200px;
        width: 200px;
        height: 100%;
        top: 0;
        z-index: 1;
    }
    
    .careers__img {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {    
    .text-location {
        margin-bottom: 30px;
    }

    .careers__img-pos--left .border-overlay {
        float: left;
    }

    .careers__img-logo {
        font-size: 27px;
        left: 17px;
        bottom: 31px;
    }

}