::-webkit-scrollbar {
  display: none;
}

.scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
}

.moreplatform {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.moreplatform form .item-mp {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  font-weight: bold;
  color: #003399;
  text-align: center;
  transition: all ease 0.5s;
}

.moreplatform .item-mp .logo-moreplatform {
  width: 100px;
  margin-bottom: 12px;
}

.btnWebUtama {
  border: 0;
  background-color: white;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnWebUtama1 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 0;
  display: flex;
  background-color: #334992;
  color: white;
  padding: 10px 20px;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .moreplatform {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .moreplatform {
    gap: 15px;
  }
}
