.council-member img {
  max-width: 230px;
}

.council-title {
  max-width: var(--max-width);
  width: 100%;
}

.council-member {
  width: 100%;
  align-items: stretch;
  padding-bottom: 30px;
  padding-top: 10px;
  border-bottom: .05px solid black;
}

.council-info {
  flex-direction: column;
  margin-left: 30px;
}

.council {
  padding: 1rem;
  margin: 1.5rem 0;
  font-weight: 300;
  font-size: 15pt;
  position: relative;
  align-self: center;
  margin-left: 30px;
  background: #f2f2f2;
  height: 100%;
  align-items: center;
  width: 520px;
}

  .council::before {
    content: "";
    height: 110%;
    width: 140%;
    border-radius: .25rem;
    background: var(--compare);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }

  .council p {
    font-family: 'Poppins Light', 'Poppins', sans-serif;
    line-height: 1.5;
    font-feature-settings: "ss01" !important;
  }

button:hover {
  color: white;
  background-color: var(--color);
  box-shadow: none;
}

button {
  box-shadow: none;
  margin: 1.5rem 0 .5rem;
  padding: .5rem;
  border-radius: .5rem;
  background-color: #f3f3f3;
}

.council a {
  align-items: center;
  color: #00c1f0;
  text-decoration: none;
  min-height: 1.5rem;
}
