.joinUsForm {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 630px;
}

.title {
    width: 100%;
    text-align: center;
    font-family: var(--ff-main);
    padding: 0 0 56px 0;
    color: #fff;
    font-size: 2.05rem;
    letter-spacing: var(--letter-spacing-base);
    /* font-weight: 500; */
    font-weight: 300;
}

.inputWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 48px;
    font-size: 14px;
}

.submitButton {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}

.arrowGoBack {
    position: absolute;
    left: 2rem;
    top: 2rem;
}