.join-container {
    width: 100%;
    position: relative;
    background-color: #fff;
}

.wrapper {
    padding: 3rem 5.625rem;
    margin-bottom: 40px;
    background-color: #eff1f2;
}

.wrapper img {
    width: 100%;
}

.content {
    max-width: 1300px;
    padding: 0 20px;
    margin: 0px auto;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
}

.content .item {
    width: 100%;
    margin-bottom: 40px;
}

.content .item h2 {
    margin-bottom: 20px;
}

.content .item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 16px;
}

.content .item p.job-open {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.content .item p a{
    color: red;
}

@media screen and (max-width: 768px) {
    .content{
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
    }

    .wrapper{
        padding: 1rem;
    }
}