.group-item__contentContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.group-item__contentContainer li {
  width: calc(100% / 4 - 34px ) !important;

  margin: 0;

  padding: 0;
  border: none;

  margin-bottom: 60px;

  padding: 22px 18px;

}

.media-view:hover {
  border: 1px solid #C9C9C9;
}

.group-item__contentContainer a {
  border: none;

  padding: 22px 18px;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
}

.group-item__contentContainer a:hover {
  box-shadow: none;
}

.group-item__contentContainer li img {
  width: 100%;
  height: 190px;
  border-radius: 5px;

  object-fit: cover;
}


.group-item__contentContainer li::marker {
  display: none;
  content: none;
}

.group-item__title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  max-height: 48px;
  height: 48px;
  position: relative;
  overflow: auto;

  margin-bottom: 20px;

  text-align: center;

 
  color: #000000;
  margin-top: 20px;
}

.group-item__desc {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  /* or 143% */

  letter-spacing: -0.006em;

  margin: 20px 0;

  /* Neutral/70 */

  color: #858585;
  height: 20px;


}

.group-item__datasetCount {
  background-color: #A05B5C;
  padding: 2px 8px;
  border-radius: 6px;

  width: 114px;
  height: 40px;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  justify-content: center;


  /* Neutral/10 */
  margin: auto;

  align-self: center;


  color: #FFFFFF !important;
}

.terintegrasi {
  padding: 2px 8px;
  border-radius: 6px;
  width: 85px;
  background-color: #6B3D3D;

  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;

  margin-bottom: 10px;
  /* identical to box height, or 133% */


  /* Neutral/10 */

  color: #FFFFFF;
}