@media screen and (max-width: 749px) {
  .custom-saved-items-page__item:nth-child(odd) .custom-saved-items-page__title {
    padding-left: 4px;
  }

  .custom-saved-items-page__item:nth-child(odd) .custom-saved-items-page__prices {
    margin-left: 2px;
  }

  .custom-saved-items-page__item:nth-child(odd) .custom-saved-items-page__remove {
    margin-left: 4px;
  }
}
