coloured-section {
  border-radius: 10px;
  margin: 10px !important;
}
coloured-section.color-red {
  background: #cc2f5e;
  color: white;
}
coloured-section.color-grey {
  background: #f2f4f6;
}
coloured-section.color-blue {
  background: #3b3ad5;
  color: white;
}
