.region--dropdown-blocks .block {
  padding: 10px 0 16px;

  & .views-inner {
    display: flex;
    flex-direction: row;
    gap: 12px;

    & .views-row {
      background-color: #fff;
      display: flex;
      padding: 28px 40px 32px 36px;
      flex-direction: column;
      align-items: flex-start;
      flex: 1 0 0;
      align-self: stretch;
      color: #000;
      position: relative;

      & * {
        position: relative;
        z-index: 1;
      }

      & > a {
        position: absolute;
        inset: 0;
        z-index: 2;
        text-indent: -9999px;
      }

      & .subhead {
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 4px;
        color: var(--color-base-green);
      }

        & .title {
        font-size: 24px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 16px;
        text-decoration: none;
        color: var(--color-base-purple);
      }

      & .description {
        font-size: 17px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
      }
    }
  }

  


}
