.container {
  box-sizing: border-box;
  padding: 24px;
  overflow: hidden;
  width: 100%;
  height: max-content;
  box-shadow: 2px 2px 5px lightgrey;
}

.ContribiutersText {
  color: #39475D;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
}

.bodyContainer {
  position: relative;
}

.ContributerCardContainer {
  display: flex;
  overflow-x: clip;
}

.bodyContainer button {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  top: 50%;
  font-size: 24px;
  fill: #39475D;
}

.buttonSlideLeft {
  left: 0;
  transform: rotate(180deg);
}

.buttonSlideRight {
  right: 0;
}
