.field--name-field-accommodation-content-sect{
  display: flex;
  justify-content: center;
  border-top: solid 1px #b3b3b3;
  border-bottom: solid 1px #b3b3b3;
  .field__item {
    a {
      padding: 10px 20px;
      font-size: 18px;
      color: #000;
      text-transform: uppercase;
      font-family: $font-family-sana_sansbook;
      line-height: 2.7;
      text-decoration: none;
      &:hover {
        color: #000;
        text-decoration: underline;
      }
    }
  }
}


.block-views-blockaccommodations-block-1 {
  .views-field-title {
    h2 {
      a {
        font-weight: 400;
        color: #1a1a1a; // your desired color
        outline: none;
        transition: all 0.2s ease;
        text-decoration: none;

        &:hover,
        &:focus {
          opacity: 0.6;
          text-decoration: none;
        }
      }
    }
  }
}
