.article-content{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.article-content h2{
    font-family: Verdana;
    font-size: 1.6em;
    margin: 0 0 0 0;
}

.decent .article-content h2{
    margin: 20px 0 20px 0;
}

html body .decent .join-article{
    margin-top: 2em;
}

.article-content p{
    font-family: VerdanaT;
    font-size: 1em;
    font-weight: 900;
    text-align: justify;
}

.article-content .col-2{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.article-content .column-left{
    display: flex;
    align-items: center;
    margin-right: 2em;
    width: 40%;
}

.article-content .column-right{
    width: 50%;
}


.article-content .column-left img{
    display: flex;
    align-items: center;
    width: 100%;
}

.article-content .column-right{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article-content .column-right p{
    margin: 6px 0;
}

.content-photo{
    width: 100%;
    align-self: center;
}

html body section .mt-1{
    margin-top: 1em;
}

.content-banner{
    align-self: center;
    width: 100%;
}

.article-text h4{
    font-size: 2.2em;
    margin: 20px 0 20px 0;
}

.support-lodges-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-top: 3em;
}

section .support-lodges-wrap h2{
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 38px;
    margin-bottom: 1.5em;
}

.support-lodges{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2em;
}

.support-lodges-upper{
    position: absolute;
    z-index: 5;
    width: 100vw;
    background-color: #fff;
    left: -33.3vw;
    box-sizing: border-box;
    padding: 0 29% 0 64.5%;
    border-top: 1px solid #2D2E2F;
    border-bottom: 1px solid #2D2E2F;
}

.support-lodge{
    display: flex;
    width: 50%;
    align-items: center;
    padding-right: 60px;
    box-sizing: border-box;
}

.vertical-support-lodge{
    flex-direction: column;
}

.support-lodge img{
    height: 150px;
    align-self: center;
    margin-right: 35px;
}


.support-lodge p{
    white-space: normal;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 1px;
}

section .article-content .charity-link-block{
    text-transform: uppercase;
    font-weight: 900;
    font-family: Verdana;
}

section .article-content .charity-link-block a{
    color: #2D2E2F;
    transition: 0.3s;
}

section .article-content .charity-link-block a:hover{
    color: #9C1433;
}