#bts1 .item h4 {
  margin-top: -10px;
  margin-bottom: -9px;
}

    --mdc-theme-background: #fff;
    .mdc-theme-surface: rgb(0 0 0 / 14%);
    --mdc-theme-error: #d84315;
    .mdc-theme-on-surface: #000;
    --mdc-theme-on-error: #fff;
    --mdc-theme-text-secondary-on-background: rgba(0,0,0,0.54);
    --mdc-theme-text-hint-on-background: rgba(0,0,0,0.38);
    --mdc-theme-text-disabled-on-background: rgba(0,0,0,0.38);
    --mdc-theme-text-icon-on-background: rgba(0,0,0,0.38);
    --mdc-theme-text-primary-on-light: rgba(0,0,0,0.87);
    --mdc-theme-text-hint-on-light: rgba(0,0,0,0.38);
    --mdc-theme-text-disabled-on-light: rgba(0,0,0,0.38);
    --mdc-theme-text-icon-on-light: rgba(0,0,0,0.38);
    --mdc-theme-text-primary-on-dark: #fff;
    --mdc-theme-text-secondary-on-dark: hsla(0,0%,100%,0.7);
    --mdc-theme-text-hint-on-dark: hsla(0,0%,100%,0.5);
    --mdc-theme-text-disabled-on-dark: hsla(0,0%,100%,0.5);
    --mdc-theme-text-icon-on-dark: hsla(0,0%,100%,0.5);
    --mdc-theme-primary: rgba(139, 195, 74, 1);
    --mdc-theme-on-primary: black;
    --mdc-theme-secondary: rgba(139, 195, 74, 1);
    --mdc-theme-on-secondary: black;
    --mdc-ripple-color: rgba(139, 195, 74, 1);
    --mdc-typography-font-family: Roboto;
    --mdc-typography-headline6-font-family: Roboto;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto;
    --mdc-theme-text-primary-on-background: rgba(0,0,0,0.87);
    --mdc-theme-text-secondary-on-light: rgba(0,0,0,0.54);
    border-radius: var(--mdc-shape-medium,4px);
    background-color: var(--mdc-theme-surface,#fff);
    position: relative;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    color: #5ed434;