.c-zakres-tematyczny {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-zakres-tematyczny {
    margin-bottom: 60px;
  }
}
@media (min-width: 1023px) {
  .c-zakres-tematyczny {
    margin-bottom: 100px;
  }
}
.c-zakres-tematyczny__top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-zakres-tematyczny__top {
    margin-bottom: 60px;
  }
}
@media (min-width: 1023px) {
  .c-zakres-tematyczny__top {
    margin-bottom: 100px;
  }
}
.c-zakres-tematyczny__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 1023px) {
  .c-zakres-tematyczny__list {
    gap: 50px;
  }
}
.c-zakres-tematyczny__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f6f6f6;
  padding: 20px;
}
@media (min-width: 768px) {
  .c-zakres-tematyczny__item {
    padding: 30px;
    gap: 30px;
  }
}
@media (min-width: 1023px) {
  .c-zakres-tematyczny__item {
    max-width: 870px;
  }
}
.c-zakres-tematyczny__item:nth-child(3n+2) {
  margin-inline: auto;
}
.c-zakres-tematyczny__item:nth-child(3n+3) {
  margin-left: auto;
}
.c-zakres-tematyczny__item-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .c-zakres-tematyczny__item-top {
    gap: 30px;
  }
}
.c-zakres-tematyczny__item-count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  line-height: 1.19em;
  font-weight: 600;
  color: white;
  background-color: var(--color-orange);
  min-width: 76px;
  height: 70px;
}
.c-zakres-tematyczny__item-title {
  color: var(--color-orange);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.61em;
}
@media (min-width: 768px) {
  .c-zakres-tematyczny__item-content {
    margin-left: 106px;
  }
}