.Dir8D {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: 40px auto;
  padding: 40px 0 60px;
  border-top: 1px dotted #000;
}

@media (min-width: 900px) {

.Dir8D {
    max-width: 1000px;
}
  }

.Q-Ffv {
  background: var(--color-blue);
  border-radius: 3px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 53px;
  width: 85px;
  padding: 0 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media (min-width: 900px) {

.Q-Ffv {
    width: 192px;
}
  }

.Q-Ffv:hover {
  filter: brightness(85%);
}
