h1 {
    font-size: 52px;
    line-height: 78px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 0;
}

.background-image {
    background-image: url('/assets/christoff-banner.jpg');
    background-attachment: fixed;
    background-position: center center;
}

#join-us.flex {
    justify-content: center;
}

.join-wrapper {
    width: 90%;
    gap: 70px;
    margin-top: 90px;
    margin-bottom: 250px;
}

#join-us p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 300;
}

#join-us p.strong {
    font-weight: 600;
}

#join-image {
    flex: 0 0 auto;
    width: 50%;
}

#join-image img {
    width: 100%;
}

#cta {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    flex: 0 0 auto;
    width: 45%;
}

#cta div {
    margin-top: 20px;
}

#cta a {
    color: white;
    background-color: #bb9047;
    padding: 17px 53px;
    text-decoration: none;
    transition: opacity 0.2s;
}

#cta a:hover {
    opacity: 0.9;
}

@media (max-width: 1680px) {
    #cta {
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    .join-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #cta {
        width: 100%;
    }

    #join-image {
        width: 100%;
    }
}