.offer-children {
  margin: 90px 0;
  background: #ffffff;
}
@media (max-width: 900px) {
  .offer-children {
    margin: 60px 0;
  }
}
.offer-children__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px 20px;
  gap: 24px 20px;
}
@media (max-width: 1200px) {
  .offer-children__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .offer-children__grid {
    grid-template-columns: 1fr;
  }
}
.offer-children__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 27, 61, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.offer-children__card:hover {
  box-shadow: 0 12px 32px rgba(15, 27, 61, 0.12);
  transform: translateY(-2px);
}
.offer-children__head {
  display: flex;
  flex-direction: column;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #eef1f6;
}
.offer-children__head:hover .offer-children__arrow, .offer-children__head:focus-visible .offer-children__arrow {
  background: #ff8c00;
  border-color: #ff8c00;
  color: #ffffff;
}
.offer-children__media {
  aspect-ratio: 3/2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  background: #ffffff;
}
.offer-children__media img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.offer-children__media--placeholder {
  background: repeating-linear-gradient(45deg, #f5f7fb, #f5f7fb 10px, rgb(234.0714285714, 238.2571428571, 246.6285714286) 10px, rgb(234.0714285714, 238.2571428571, 246.6285714286) 20px);
}
.offer-children__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 21px;
}
.offer-children__name {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1a1a1a;
}
.offer-children__arrow {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  border-radius: 50%;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.offer-children__arrow svg {
  display: block;
}
.offer-children__list {
  list-style: none;
  margin: 0;
  padding: 16px 21px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.offer-children__child a,
.offer-children__child span {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #4a5673;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.15s ease;
}
.offer-children__child a::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #ff8c00;
  border-bottom: 1.5px solid #ff8c00;
  transform: rotate(-45deg);
}
.offer-children__child a:hover,
.offer-children__child a:focus-visible {
  color: #ff8c00;
}
/*# sourceMappingURL=styles.css.map */
