.max-960 {
  max-width: 960px;
  margin-inline: auto;
}
.d-flex {
  display: flex;
}
.mt-16 {
  margin-top: 16px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.header-with-arr {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  display: flex;
  gap: 24px;
}
.header-with-arr span {
  line-height: inherit;
}
.header-with-arr svg {
  margin-left: auto;
}
@media (max-width: 991px) {
  .header-with-arr svg {
    margin-left: 24px;
  }
}
.more-from-series {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .more-from-series {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
  }
}
.more-from-series__left {
  flex: 0 1 243px;
}
@media (max-width: 991px) {
  .more-from-series__left {
    flex-basis: auto;
  }
}
.more-from-series__right {
  display: flex;
  gap: 26px;
}
@media (max-width: 575px) {
  .more-from-series__right {
    flex-direction: column;
  }
}
/*# sourceMappingURL=style-sy.css.map */