    .block-reference-block .bx-wrapper {
      box-shadow: none;
      border: none;
      margin: 0 auto;
    }
    .block-reference-block .bx-wrapper .bx-prev {
      left: -50px;
      background: none;
      background-color: #0b1c3a;
      border-radius: 100%;
      background-image: url(../images/arrow.svg);
      background-size: 12px;
      background-repeat: no-repeat;
      background-position: center center;
      transform: rotate(180deg);
      z-index: 9!important;
    }
    .block-reference-block .bx-wrapper .bx-next  {
      right: -50px;
      background: none;
      background-color: #0b1c3a;
      border-radius: 100%;
      background-image: url(../images/arrow.svg);
      background-size: 12px;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 9!important;
    }
    .block-reference-block .bx-wrapper img {
      height: auto;
    }
    .block-reference-block .reference-logo__image {
      border: 1px solid #dadada;
      border-radius: 7px;
      padding: 17px;
    }
.bx-pager.bx-default-pager a.active {
      background: #e95a0c!important;
    }