/* Community Styling */

.wpc-community-wrap {
    padding: 27px;
    background-color: #f5f4f4;
    margin-bottom: 31px;
    padding-top: 28px;
    padding-bottom: 26px;
}
.wpc-community-image {
  object-fit: cover;
  width: 100%;
  height: 230px;
  margin-bottom: 10px;
}
.wpc-community-title {
    color: #1e2427;
    font-family: 'Source Pro Sans', sans-serif;
    font-size: 22.5px;
    line-height: 27px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 6px;
}
.wpc-community-text {
    font-size: 14px;
    line-height: 23px;
}
.wpc-community-text a {
    color: #cd4335;
    font-weight: 600;
}
.wpc-community-wrap img[src=""] {
    display: none;
}