::-webkit-scrollbar {
  display: none;
}

.scroll-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.moreplatform {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.moreplatform form .item-mp {
  border: 0;
  display: flex;
  width: 130px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 20px;
  background-color: white;

  font-weight: 600;
  text-align: center;
  transition: all ease 0.5s;
}

.moreplatform .item-mp .logo-moreplatform {
  width: 70px;
  margin-bottom: 12px;
}

/*  */
.btnWebUtama {
  border: 0;
  background-color: white;
  padding: 10px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btnWebUtama1 {
  border: 0;
  display: flex;
  background-color: #334992;
  color: white;
  padding: 10px 20px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
}
/*  */
