html, * {
  font-family: "Roboto", sans-serif;
  box-sizing: unset !important;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin: 0;
}

/**
* Program
*/
.program-content img {
  width: 100%;
}
.program-content p {
  text-align: justify;
}
