.customWidth {
  width: 200px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .customWidth {
    margin-right: 8px;
  }
}
