.footer-join-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-join-wrapper::before,
.footer-join-wrapper::after {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: inherit;
    width: 200%;
    content: '';
}

.footer-join-wrapper::before {
    left: 100%;
}

.footer-join-wrapper::after {
    right: 100%;
}

.locations-index-wrapper .footer-join-wrapper {
    background: #f8f8f8;
}

.join-content {
    margin-right: 20px;
}

.join-button {
    padding: 12px 24px;
    border-radius: 50px;
    color: white;
    background-color: #f36a22;
    font-weight: medium;
    font-size: 16px;
}
