/* Fix collage distortion */
.involved-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Facebook circle icon */
.fb-circle {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #1877F2 !important;
    border-radius: 50% !important;
    text-decoration: none !important;
}

.fb-circle i {
    color: white !important;
    font-size: 20px !important;
}

/* Make the Serving Together text box match the image height */
.equal-height {
    display: flex;
    height: 100%;
}

.equal-height .project-text {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
/* Make the Serving Together text box match the image height */
.equalize {
    display: flex;
    align-items: stretch;
}

.equalize > div {
    display: flex;
}

.equalize .project {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.equalize .project-text {
    flex: 1;
    display: flex;
    flex-direction: column;
     justify-content: flex-start; /* was center */
    padding: 2rem;
}
