main > section.narrow {
    padding: 0;
}

main > section.map {
    padding: 0;
    margin: 0;
}

main > section.leader-partnership .container {
    padding: 3rem;
}

main > section.leader-partnership::after {
    content: url(../img/watermark_black.svg);
    display: block;
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 1.25rem;
    left: calc(50% - 3rem);
}

main > section.leader-partnership .number {
    background-color: var(--color-white);
    color: var(--color-black);
    font-weight: 600;
    padding: 1rem 0;
    width: 30%;
    border-radius: 2rem;
}

main > section:is(.becoming-a-member, .withdraw-from-membership) {
    padding-top: 0;
}

main > section:is(.becoming-a-member, .withdraw-from-membership) .column {
    padding-left: 3rem;
    padding-right: 3rem;
}

main > section:is(.becoming-a-member, .withdraw-from-membership) .contact {
    display: block;
    position: relative;
    padding-left: 6rem;
    margin-top: 2rem;
}

main > section:is(.becoming-a-member, .withdraw-from-membership) .contact::before {
    position: absolute;
    height: 3rem;
    left: 0;
    top: 0;
}

main > section:is(.becoming-a-member, .withdraw-from-membership) .contact.address::before {
    content: url(../img/address.svg) !important;
    width: 4rem;
}

main > section:is(.becoming-a-member, .withdraw-from-membership) .contact.email::before {
    content: url(../img/email.svg) !important;
    width: 4.6rem;
}

main > section:is(.becoming-a-member, .withdraw-from-membership) .contact.in-person::before {
    content: url(../img/person.svg) !important;
    width: 3rem;
    left: 0.5rem;
    top: -0.15rem;
}
