.newsTags {
  position: relative;
  line-height: 3.6rem;
  padding-left: 4.6rem;
}

.newsTags:before {
  font-family: "icomoon";
  height: 3.6rem;
  min-width: 3.6rem;
  width: 3.6rem;
  font-size: 1.6rem;
  line-height: 3.6rem;
  margin-right: 1.5rem;
  border-radius: 50%;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.blue .newsTags:before,
.blue-gradient-after .newsTags:before {
  content: "\e909";
  font-size: 1.3rem;
  background: #0090d2;
  color: white;
}

.blue .newsTags {
  color: #0090d2;
}

.orange .newsTags:before,
.orange-gradient-after .newsTags:before {
  content: "\e906";
  font-size: 2rem;
  background: #f07d1c;
  color: white;
}

.orange .newsTags {
  color: #f07d1c;
}

.acqua .newsTags:before,
.acqua-gradient-after .newsTags:before {
  content: "\e907";
  background: #12b5c7;
  color: white;
}

.acqua .newsTags {
  color: #12b5c7;
}

.green .newsTags:before,
.green-gradient-after .newsTags:before {
  content: "\e908";
  background: #9ec41a;
  color: white;
}

.green .newsTags {
  color: #9ec41a;
}

.newsTag:before {
  content: "/ ";
}

.newsTag:first-child:before {
  content: "";
}

@media only screen and (max-width: 992px) {
  .withLateralPadding.formControl:nth-child(2n) {
    padding-left: 0rem;
  }
}
