.offer-item {
  position: relative;
  width: 260px;
  min-height: 240px;
  border: 1px solid var(--primary);
  background: white;
}

.offer-item .image {
  width: 100px;
  height: auto;
}
