.offer-price {
  display: grid !important;
  grid-template-columns: 1fr !important;
  align-content: center;
  align-items: start !important;
}

.offer-price small {
  margin: 0 0 7px !important;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.offer-price strong {
  font-size: clamp(34px, 4vw, 54px) !important;
  line-height: .95;
}

.offer-price span {
  grid-column: 1 !important;
  margin: 9px 0 0 !important;
}

.starter-price.offer-price {
  min-width: 245px;
  text-align: right;
}

.team-photo img {
  object-position: center 32%;
  filter: saturate(.88) contrast(1.02);
  transform: scale(1.015);
}

.team-photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 30%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  mask-image: linear-gradient(to bottom, transparent, #000 72%);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 72%);
}

.team-photo::after {
  z-index: 2;
  background: linear-gradient(180deg, transparent 56%, rgba(22, 22, 20, .62));
}

.team-photo span { z-index: 3; }

.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 18px;
}

.about-points span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 12px;
  color: var(--muted);
  background: var(--paper);
}

@media (max-width: 620px) {
  .starter-price.offer-price { text-align: left; }
}
