@media (min-width: 1024px) {
  .rakan {
    width: 11rem !important;
    margin-left: 60rem !important;
  }
}

@media (max-width: 1024px) {
  .rakan {
    width: 11rem !important;
  }
}