.selectorGroup__title {
  background-color: #f5f5f5;
  margin-bottom: 16px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .selectorGroup__title {
    padding: 12px 16px;
  }
}
