﻿.community-header h1 {
    font-size: 1.375rem;
    font-weight: bold;
}

.community-halves {
    margin-bottom: 100px;
}

    .community-halves img {
        max-height: 350px;
        max-width: 350px;
        width: 100%;
        padding: 25px 0;
        display: block;
        margin-left: 0 auto;
        margin-right: 0 auto;
        background-repeat: no-repeat;
        background-size: contain;
    }

.community-right-half {
    border-left: 3px solid #007932;
    padding-left: 20px;
}

.community-left-half {
    margin-top: 25px;
    height: 100%;
    display: block;
    padding-right: 48px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    .community-right-half {
        border: none;
    }
}


