.text-media {
  margin: 90px 0;
}
@media (max-width: 900px) {
  .text-media {
    margin: 60px 0;
  }
}
.text-media__head {
  max-width: 720px;
  margin-bottom: 48px;
}
.text-media__eyebrow {
  margin-bottom: 12px;
}
.text-media__title {
  margin: 0;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: #1a1a1a;
}
@media (max-width: 900px) {
  .text-media__title {
    font-size: 28px;
  }
}
.text-media__rows {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 900px) {
  .text-media__rows {
    gap: 40px;
  }
}
.text-media__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 48px;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) {
  .text-media__row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.text-media__row:nth-child(even) .text-media__media {
  order: -1;
}
@media (max-width: 900px) {
  .text-media__row:nth-child(even) .text-media__media {
    order: 0;
  }
}
.text-media__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-media__text {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #4a5673;
}
.text-media__text > :first-child {
  margin-top: 0;
}
.text-media__text > :last-child {
  margin-bottom: 0;
}
.text-media__text h2, .text-media__text h3, .text-media__text h4 {
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
}
.text-media__text h2 {
  font-size: 28px;
  margin: 0 0 16px;
}
.text-media__text h3 {
  font-size: 23px;
  margin: 24px 0 12px;
}
.text-media__text h4 {
  font-size: 20px;
  margin: 20px 0 10px;
}
.text-media__text p {
  margin: 0 0 16px;
}
.text-media__text ul, .text-media__text ol {
  margin: 0 0 16px;
  padding-left: 4px;
  list-style: none;
}
.text-media__text ul li,
.text-media__text ol li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}
.text-media__text ul li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ff8c00;
  border-bottom: 2px solid #ff8c00;
  transform: rotate(-45deg);
}
.text-media__text ol {
  counter-reset: tm;
}
.text-media__text ol li {
  counter-increment: tm;
}
.text-media__text ol li::before {
  content: counter(tm) ".";
  position: absolute;
  left: 2px;
  top: 0;
  color: #ff8c00;
  font-weight: 700;
}
.text-media__text a {
  color: #ff8c00;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.text-media__text a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.text-media__text strong, .text-media__text b {
  font-weight: 700;
}
/*# sourceMappingURL=styles.css.map */
