.join-us {
    position: relative;
    height: 550px;
    background-color: #2E2E2E;
}

.join-us__bcg {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    background-color: #2E2E2E;
}

.join-us__bcg__left-side {
    width: 40%;
    margin-right: 20%;
}

.join-us__bcg__right-side {
    display: flex;
    width: 40%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.right-side__img1 {
    background: url("/assets/images/join-us-1.jpg") center center;
    clip-path: polygon(0% 0%, 85.7% 0%, 97.4% 100%, 0% 100%);
    margin-right: -18%;
    width: 100%;
    background-size: cover;
    height: 100%;
}

.right-side__img2 {
    background: url("/assets/images/join-us-2.jpg") center center;
    clip-path: polygon(21% 0%, 100% 0%, 100% 100%, 50% 100%);
    background-size: cover;
    width: 40%;
    height: 100%;
}

.join-us .container {
    position: relative;
    padding-top: 159px;
    color: #EAEAEA;
}

.join-us__title {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 15px;
}

.join-us__description {
    font-family: NunitoSans, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 40px;
    width: 585px;
}

.soc-container {
    display: flex;
}

.soc {
    fill: #EAEAEA;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border: 1px solid #EAEAEA;
    transition: .2s;
}

.soc-container__telegram:hover {
    fill: #178ec9;
    border-color: #178ec9;
}

.soc-container__vk:hover {
    fill: #0077ff;
    border-color: #0077ff;
}

.soc-container__youtube:hover {
    fill: #ff0000;
    border-color: #ff0000;
}

.soc-container__discord:hover {
    fill: #5865f2;
    border-color: #5865f2;
}
