/* Offer — "What do we offer?" (lp-offer-block) */
.lp-offer-block {
  position: relative;
  overflow: hidden;
  padding: 72px 0 84px;
}

.lp-offer-block .lp-wrap {
  max-width: 1140px;
}

.lp-offer-title {
  margin: 0 0 34px;
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.4px;
}

.lp-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  align-items: start;
}

.lp-offer-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
}

.lp-offer-icon {
  width: 54px;
  height: 54px;
  border-radius: 24px;
  background: #77618b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-offer-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.lp-offer-text h3 {
  color: var(--color-white);
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px;
}

.lp-offer-text p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  max-width: 20ch;
}
