@import '../settings/variables';

.c-comment {
  margin-bottom: 1.75em;
  font-size: 0.875em;
  line-height: 1.75em;

  &__hr{
    margin-top: $margin-big;
  }

  &__title{
    font-weight: $font-weight-bold;
    color: $color-paragraph;
  }
}
