.courses {
  background-color: var(--main-light);
  padding: 5rem 2rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
  width: calc(100% - 22vW);
  margin: 0;
  position: absolute;
  right: 0;
  top: 5rem;
  height: 100%;
}
.courses .title {
  font-weight: bold;
  font-size: 2rem;
  padding: 0 2rem;
}
.courses .title-handle {
  display: flex;
}
.courses .title-handle .subtitle {
  font-size: 1rem;
  color: var(--main-grey);
  font-weight: bold;
  padding: 0 1.2rem;
  margin: 0;
  width: 47%;
}
.courses .table {
  width: 95%;
}
.courses .table .input-table {
  max-width: 5rem;
}

@media screen and (max-width: 768px) {
  #mobile {
    position: absolute;
    left: 1px;
    font-size: 14px;
  }

  .table td {
    display: flex;
    justify-content: space-between;
  }

  .table tr {
    display: block;
  }

  .table td:first-of-type {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }

  .table td:not(:first-of-type):before {
    content: attr(data-title);
    display: block;
    font-weight: bold;
  }
}

/*# sourceMappingURL=notas-frequencias-ead.css.map */
