.joinUsSec {
    background-color: #F1FCFF
}

.joinUSWrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin: auto;
    font-family: "Inknut Antiqua";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-align: left
}

.joinUsInputDiv input {
    width: 25vw;
    border: 0px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #BFBFBF;
}

.joinUSWrapper img {
    width: 30vw;
}

.joinUsSubmit {
    margin-bottom: 0;
    margin-top: 5vh;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.submit {
    border: none;
    width: 173px;
    height: 60px;
    border-radius: 20px;
    background-color: #00569F;
    font-family: "Inknut Antiqua";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

@media(max-width: 1100px) {
    .joinUSWrapper {
        flex-direction: column;
    }

    .joinUsInputDiv {
        text-align: center
    }

        .joinUsInputDiv input {
            width: 60vw;
        }

    .joinUSWrapper img {
        width: 60vw;
        flex-shrink: 0;
        margin: auto; /* Add this line to center the image horizontally */
    }

    .JoinUsImage {
        text-align: center; /* Center the image within its container */
    }
}
