@media screen {
  .indication .text-media-button { background-color: rgb(239, 15, 15); padding: 10px; text-decoration: none; }
  .indication .text-media { background-color: rgb(225, 249, 199); padding: 20px 20%; width: 100%; height: 150px; display: block; overflow: hidden; float: none; clear: both; cursor: pointer; border-style: solid dashed dotted; border-width: 2px; border-color: rgb(245, 166, 35) rgb(248, 231, 28) rgb(126, 211, 33) rgb(189, 16, 224); }
}
@media screen and (max-width: 599px) {
}
@media screen and (max-width: 1023px) and (min-width: 600px) {
}
@media screen and (min-width: 1024px) {
}
