h1 {
    margin-top: 86px;
    margin-bottom: 40px;
}

section#job-offers {
    padding: 0;
    position: relative;
}

section#job-offers div.poster {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%; height: 100%;
    z-index: -1;
}

@media (max-width: 768px) {
    section#job-offers div.poster {
        background-position: 70% top;
        top: -15%;
    }
}

section#job-offers img.beep-inline-logo {
    height: 72px
}

@media (max-width: 768px) {
    section#job-offers img.beep-inline-logo {
        height: 52px;
        margin-top: 20px;
    }
}

section#job-offers ul {
    list-style-type: none;
    padding: 0;
}

section#job-offers ul > li {
    background-color: var(--beep-white);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.225) !important;
    border: 0 solid transparent;
    border-radius: 10px;
    color: var(--beep-green);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 44px;
    padding: 25px 30px;
    position: relative;
}

section#job-offers ul > li a.btn {
    line-height: 1;
    padding: 20px 64px;
    position: absolute;
    bottom: -25px;
    right: 25px;
}
@media (max-width: 768px) {
    section#job-offers ul > li {
        font-size: 16px;
        margin-bottom: 60px;
        padding-bottom: 0;
        text-align: center;
    }
    section#job-offers ul > li a.btn {
        position: relative;
        right: 0;
    }
}

section#job-offers p {
    margin-bottom: 200px;
}

section.bg-orange {
    padding: 80px 0;
}

section.bg-orange p {
    color: var(--beep-white);
    font-size: 50px;
    font-weight: bold;
}

.btn-white {
    line-height: 1;
    padding: 20px 28px;
    position: relative; right: 25px; top: 20px;
}

@media (max-width: 768px) {
    section#job-offers p {
        margin-bottom: 64px;
    }
    section.bg-orange {
        padding: 60px 0;
    }
    .btn-white {
        margin-top: 35px;
        position: initial; right: initial; top: 0;
    }
    section.bg-orange p {
        font-size: 35px;
    }
}

section#job-offer {
    padding: 120px 0 56px 0;
}

section#job-offer a.return-link {
    color: var(--beep-white);
    font-size: 16px;
    text-decoration: none;
}
section#job-offer a.return-link:hover {
    text-decoration: underline;
}

section#job-offer .box-container {
    position: absolute;
}

#why-beep img.beep-inline-logo {
    height: 44px
}

@media (max-width: 768px) {
    section#job-offer {
        padding-top: 40px;
    }
    section#job-offer .box-container {
        display: none;
    }
    #why-beep img.beep-inline-logo {
        height: 30px
    }
}

section#job-offer h1 {
    margin-top: 36px;
}

section#job-offer h2 {
    margin-bottom: 60px;
}

section#job-offer-content {
    padding: 60px 0 120px 0;
}

section#job-offer-content a.btn{
    margin-top: 20px;
    padding: 20px 60px;
}

#why-beep .row:not(:last-of-type) {
    margin-bottom: 40px;
}

#why-beep img.job-offer-aside-icon {
    margin: 7px 0 10px 21px;
    width: 56px;
}
@media (max-width: 768px) {
    section#job-offer-content {
        padding-bottom: 80px;
    }
    section#job-offer-content a.btn{
        padding-bottom: 12px;
        padding-top: 12px;
        width: 100%;
    }
    #why-beep h2 {
        font-size: 30px;
        margin-bottom: 40px;
        text-align: center;
    }
    #why-beep img.job-offer-aside-icon {
        margin: 0 0 20px 0;
        width: 48px;
    }
}

#other-job-offers ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 24px;
}

#other-job-offers li:not(:last-of-type) {
    margin-bottom: 40px;
}

#other-job-offers li a {
    color: var(--beep-green);
    font-weight: bold;
}
@media (max-width: 768px) {
    #other-job-offers h2 {
        margin-bottom: 25px;
    }
    #other-job-offers ul {
        padding-left: 0;
    }
    #other-job-offers li:not(:last-of-type) {
        margin-bottom: 25px;
    }
}
