body {
  color: #4D4D4D;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
b{
  font-weight: 800;
}

#programa .column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.textv{
  color: #5c9109 !important;
}

@media (min-width: 576px) {
  #capsa {
    text-align: left;
  }

  #programa .column{
    flex-direction: row;
  }
}