.join-our-team-padding-none {
    padding: 0 !important;
}

.join-our-team-link:hover {
    color: #fff;
}

.join-our-team-wrapper {
    color: #fff;
    padding: 88px 0;
    margin: 75px 0 0;
    text-align: center;
    background: url("../img/join-our-team/joinourteam-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: 0.35s;
}

.join-our-team-wrapper:hover {
    opacity: 0.8;
}

.join-our-team-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.join-our-team-title {
    font-size: 25px;
    line-height: 16px;
    letter-spacing: 3px;
    width: fit-content;
    padding-right: 25px;
    margin: 0 auto;
    position: relative;
}

.join-our-team-title::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0px;
    top: 7px;
}

.join-our-team-title::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 0;
    top: 1px;
}

.join-our-team-subtitle {
    font-size: 12px;
    position: relative;
    margin: 17px 0 0;
    line-height: 12px;
    letter-spacing: 2px;
}

@media screen and (max-width: 450px) {
    .join-our-team-wrapper {
        padding: 78px 0;
    }
}
