.c-forum-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-forum-type__icon {
  padding-right: 20px;
}

.c-forum-type__icon img {
  height: 2.5rem;
}

.c-forum-type__icon--small img {
  height: 1.875rem;
}

.c-forum-type__icon--xs img {
  height: 1.5rem;
}

@media screen and (max-width: 479px) {
  .c-forum-type__icon--xs {
    margin-bottom: 0.25rem;
  }
}
