#other-jobs {
    background: url("../../images/sections/other-jobs/other-jobs__bg.jpg") no-repeat center;
    background-size: 100% 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-viewing-url-other-jobs #header .stooller-logo {
    color: #fff;
}

.fp-viewing-url-other-jobs #header .navbar-brand>img {
    filter: brightness(500%);
}

.other-jobs__row {
    width: 100%;
}

.other-jobs__row .col-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.other-jobs__container-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
}

.other-jobs__container-vput-img {
    background-image: linear-gradient(215deg, #56eaf4, #38adf0);
    align-items: center;
    justify-content: center;
}

.other-jobs__container-vput-img img {
    position: relative;
    top: 75px;
}

.other-jobs__container-stooler-img {
    background-image: linear-gradient(206deg, #a8ee54, #51ffc7);
    align-items: flex-end;
    justify-content: flex-start;
}

.other-jobs__container-stooler-img img {
    position: relative;
    top: 5px;
    padding-top: 100px;
}

.other-jobs__container-ansy-img {
    background-image: linear-gradient(217deg, #b5275a, #7c3773);
}

.other-jobs__container-text {
    margin-top: 11px;
}

.other-jobs__container-text span {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.other-jobs__container-text p {
    color: #AFAEAE;
    font-size: 16px;
}

#other-jobs .row {
    margin-left: -6px;
    margin-right: -6px;
}

.other-jobs__container-stooler-img img {
    transition: 0.3s;
}

.other-jobs__container-stooler-img img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.other-jobs__container-ansy-img {
    position: relative;
}

.other-jobs__container-ansy-img img {
    position: absolute;
    left: -35px;
    bottom: -100px;
}

.other-jobs__padding {
    padding-left: 6px;
    padding-right: 6px;
}




/*.other-jobs__container-ansy-img-first,*/
/*.other-jobs__container-ansy-img-second {*/
    /*position: absolute;*/
/*}*/

/*.other-jobs__container-ansy-img-first {*/
    /*z-index: 2;*/
    /*left: -35px;*/
    /*bottom: -100px;*/
/*}*/

/*.other-jobs__container-ansy-img-second {*/
    /*z-index: 1;*/
    /*right: 5px;*/
    /*bottom: -52px;*/
/*}*/

@media (max-width: 991.98px) {
    .other-jobs__container-img {
        height: 300px;
    }

    .other-jobs__container-vput-img img {
        max-width: 200%;
    }

    .other-jobs__container-stooler-img img {
        max-width: 150%;
    }

    .other-jobs__container-ansy-img img {
        max-width: 120%;
        bottom: -30px;
    }
}

@media (max-width: 767.98px) {
    .other-jobs__container-ansy-img img {
        position: relative;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
    }

    #other-jobs {
        padding-bottom: 30px; 
    }
}

@media (max-width: 575.98px) {
    .other-jobs__container-stooler-img img {
        margin-left: auto;
    }

    .other-jobs__container-ansy-img img {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .other-jobs__container-vput-img img {
        max-width: 270%;
    }

}