.margit2 {
  margin-top: 2%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: rgba(0,0,0,1);
}

.margit1 {
  margin-top: 1%;
  text-align: center;
  font-size: 0.8em;
  color: rgba(153,153,153,1);
}

.margir2 {
  margin-right: 2%;
}

.paddinb2 {
  padding-bottom: 2%;
  margin-bottom: 2%;
  border-bottom: 2px solid rgba(221,221,221,1);
}

.fler-space {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4%;
  color: rgba(153,153,153,1);
}

.colo153 {
  color: rgba(153,153,153,1);
}