/**
 * @file
 * Text and Icon styles
 * Use in templates\paragraph\paragraph--text-and-icon.html.twig
 */

.text-and-icon__icon img{
  margin: 0 auto;
  max-width: 100px;
}
.text-and-icon__text {
  margin-top: 1rem;
  text-align: center;
}
.text-and-icon__text p {
  margin: 0;
  text-align: center;
  font-family: "depot-new-web";
  font-size: 24px;
  font-weight: 700;
}
