.link-icone-widget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  gap: 20px;
}
.link-icone-widget a {
  color: #504E4E;
  display: flex;
  width: fit-content;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.link-icone-widget a i {
  font-size: 3.5rem;
}
@media (max-width: 450px) {
  .link-icone-widget a i {
    font-size: 2.5rem;
  }
}
.link-icone-widget a span {
  color: #504E4E;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 450px) {
  .link-icone-widget a span {
    font-size: 1rem;
  }
}