.committees-style {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.875rem;
}
.card-main-right-content-item {
  border: 0.0625rem solid #d1d5db;
  border-radius: 0.75rem;
  box-sizing: border-box;
  margin-bottom: 0.75rem;
  cursor: pointer;
  padding: 0 0.625rem;
  width: 49%;
}
.content-pic img {
  width: 9.375rem;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-top: 0.625rem;
}
.card-main-right-content-item .content-text {
  text-align: center;
  padding: 0.375rem;
  color: #333333;
  font-size: 1rem;
}
.content-text > p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
