.careers-content {
    padding: 170px 0 140px 0;
}
.careers-content .positions {
    text-align: center;
    padding-bottom: 65px;
}
.positions h2 {
    margin-bottom: 50px;
}
.careers-content .resp-img {
    display: none;
}
.careers-content a {
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 3px;
    background-color: #00a0df;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.94;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    margin-bottom: 50px;
    display: inline-block;
    height: 40px;
}
.careers-content p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #003e47;
    margin-bottom: 15px;
}
.careers-content .working {
    width: 1000px;
    margin: 80px auto 0 auto;
}
.careers-content ul {
    margin: 0;
    padding-inline-start: 36px;
}
.careers-content ul li {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #003e47;
    margin-bottom: 15px;
}
.careers-content .inner-container .half {
    width: 50%;
}
.careers-content .inner-container .half.center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.careers-content .culture .inner-container:nth-child(2) .half img {
    height: 90px;
}
.careers-content .culture .inner-container:nth-child(3) .half img {
    height: 121px;
}
.careers-content .culture .inner-container:nth-child(4) .half img {
    height: 140px;
}
.careers-content .culture .inner-container:nth-child(5) .half img {
    height: 112px;
}
.careers-content .inner-container {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.culture.gray-bg {
    padding-bottom: 60px;
}
.careers-content .inner-container:last-child {
    margin-bottom: 0;
}
.careers-content .inner-container:nth-child(odd) {
    flex-direction: row-reverse;
}
.culture ul, .working-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.culture ul li, .working-box ul li {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #003e47;
    margin-bottom: 30px;
    position: relative;
}
.culture ul li::after, .working-box ul li::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    opacity: .5;
    background-color: #00a0df;
    bottom: -10px;
}
.working-box:not(:last-child) {
    margin-bottom: 70px;
}
/* responsive */
@media only screen and (max-width: 1000px) {
    .careers-content .working {
        width: 100%;
    }
}
@media only screen and (max-width: 920px) {
    .culture .inner-container .half {
        width: 100%;
    }
    .inner-container img {
        margin-bottom: 40px;
    }
    .careers-content .resp-img {
        display: block;
    }
    .careers-content .inner-container .half.center {
        display: none;
    }
    .careers-content .resp-img {
        display: flex;
        justify-content: center;
    }
    .careers-content h3 {
        text-align: center;
    }
    br {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .careers-content {
        padding: 150px 0 140px 0;
    }
}