@media (min-width: 1024px) {
  .act__panel--offer .act__offer-content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding-right: 20px;
  }

  .act__panel--offer .act__offer-gift {
    display: grid;
    place-items: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: none;
    overflow: hidden;
  }

  .act__panel--offer .act__offer-gift img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
