.push__wrapper{
  background-color: #F1F3F9;
  transition: background-color 0.3s ease;
  display: flex;
  width: 192px;
  height: 122px;
  padding: 1rem 0.5rem 1rem 1rem;
  align-items: flex-start;
  gap: 1rem;
}

.push__wrapper:hover{
  background-color: #D8DBE0;
}

.push__text {
  color: var(--secondary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  top: 30px;
}

.push__text::before {
  content: "";
  background-size: 28px 30px;
  display: inline-block;
  width: 28px;
  height: 30px;
  position: absolute;
  top: -35px;
  left: 0;
}

.push__text::before {
 background-image: url(../../images/icon/icon-annuaire.svg);
}


@media all and (min-width: 700px) {
  .push__text {
    font-size: 1.125rem;
  }
}
