#advices .col-6 figure {
  min-width: 25%;
}
#advices .col-12 figure {
  min-width: 25%;
}

#advices .see-more::before {
  position: absolute;
  content: "";
  height: 3px;
  background: var(--bs-primary);
  width: 0;
  left: 0;
  bottom: -3px;
  transition: all, ease-in, 0.2s;
}

#advices .see-more:hover svg {
  margin-left: 5px;
  transition: all, ease-in, 0.2s;
}

#advices .see-more:hover::before {
  width: 75% !important;
}
