.list_bulletpoints {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 20px; }
  .list_bulletpoints li {
    list-style: none;
    font-size: toRem(16);
    position: relative; }
    .list_bulletpoints li.is-active a, .list_bulletpoints li.current a {
      color: #0074a7; }
    .list_bulletpoints li a {
      color: #000;
      text-decoration: none; }
    .list_bulletpoints li:hover a {
      text-decoration: underline; }
    .list_bulletpoints li:after {
      display: block;
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background-color: #0074a7;
      position: absolute;
      left: -15px;
      top: 10px;
      content: ''; }

.naslov_text {
  padding: 2em 0; }
  .naslov_text.center {
    text-align: center; }
    .naslov_text.center .inner-content {
      max-width: 880px; }
