@media (max-width: 768px) {
  .bg-border {
    background: linear-gradient(169.55deg, #ffde91 7.54%, #ff8b49 92.46%);
    border-radius: 14px;
    padding: 1px;
    margin: 0 10px 5px;
  }

  .bg-item {
    margin: unset;
    background: #040d20 !important;
  }

  .bg-item::before{
    border-image: linear-gradient(169.55deg, #ffde91 7.54%, #ff8b49 92.46%) !important;
    border-right: 1px solid transparent;
    border-image-slice: 1 !important;
    background: linear-gradient(180deg, rgba(255, 222, 145, 0.2), rgba(255, 222, 145, 0.2) 0.01%, rgba(255, 139, 73, 0.2)) !important;
    border-radius: 14px 0 0 14px;
  }
}