.spec-offers-list .ttl {
  display: inline-block;
  font: 600 18px/1.375 'Open Sans';
  border-bottom: 0;
  margin-top: 16px;
  color: #404040;
}

.spec-offers-list .finish-date {
  font-size: 14px;
  line-height: 1.375;
  margin-top: 4px;
}

.spec-offers-list img {
  aspect-ratio: 606 / 298;
  object-fit: contain;
}

.spec-offers-list .ttl:hover {
  border-color: #404040
}

.spec-offers-list .btns-wrap {
  margin-top: 20px;
}

.spec-offers-list .btn-1 {
  min-width: 119px;
}

