.icon-and-text {

}
.icon-and-text__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.icon-and-text__image {
  max-width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-and-text__text p{
  line-height: normal;
  margin: 0;
}

.icon-and-text__text a,
.icon-and-text__text a span{
  color: var(--color-primary);
}

