
.wc-title {
  color: #232323;
  font-weight: 700;
}

.wc-title strong {
  font-weight: 700;
}

.wc-title strong {
  color: #F30941;
}

.wc-title-big {
  font-size: 36px;
}

.wc-title-small {
  font-size: 36px;
}

@media(max-width: 1000px) {

  .wc-title-big,
  .wc-title-small {
    font-size: 32px;
    line-height: 39px;
  }

}