.join-us-div {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 20px;
}

.join-us-button {
    display: flex;
    justify-content: center;
    gap: 6px;
    width: 155px;
    height: 45px;
    border-radius: 15px;
    background-color: #FFF9F9;
}

.join-us-button:hover {
    text-decoration: none;
}

.join-us-button img {
    align-self: center;
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
}

.join-us-text {
    /*font-family: "Sofia Pro";*/
    color: #DE284A;
    width: 105px;
    height: 31px;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-align: left;
    align-self: center;
}

@media (min-width: 1442px) {
    .join-us-div {
        right: -275px;
    }
}

@media (max-width: 1441px) {
    .join-us-div {
        right: -175px;
    }
}

@media (max-width: 1281px) {
    .join-us-div {
        right: 0px;
        top: 70px;
    }
}


@media (max-width: 1439px) {
    .banner > .header > .container > .nav {
        width: 70% !important;
    }

    .join-us-div {
        width: calc(100vw - 140px - 70% - 81px);
        position: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .join-us-button {
        margin-top: 18px;
    }

    .banner .header .container {
        padding-right: 0 !important;
        max-width: 100% !important;
    }

    .banner .header .container .search-section {
        position: unset !important;
    }
}


@media (max-width: 768px) {
    .header.hidden-xs {
        display: none !important;
    }

    .header.visible-xs {
        display: block !important;
    }

    .join-us-div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        right: 0;
        top: 0;
        gap: 6px;
        position: relative;
        width: 100%;
        height: 60px;
        margin-bottom: 24px;
        border-radius: 30px;
        padding-left: 30px;
        padding-right: 51px;
    }

    .join-us-button {
        width: 100%;
        height: 60px;
        margin-bottom: 24px;
        border-radius: 30px;
        padding-left: 30px;
        padding-right: 51px;
    }

    .join-us-button img {
        width: 31px;
        min-width: 31px;
        height: 31px;
        min-height: 31px;
    }

    .join-us-text {
        width: 100%;
        height: auto;
        font-size: 17px;
        line-height: 17px;
        font-weight: 600;
        text-transform: uppercase;
    }
}