.academic__title {
  display: flex;
  justify-content: center;
}

.academic__courses {
  display: flex;
  direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  gap: 10px;
}

.academic__courses__box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* padding: 16px;
gap: 10px; */

  /* Preto/branco */

  background: #ffffff;
}
.academic__courses__item__img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 192px;
    height: 130px;
    /* background: url(/assets/ufpr_logo.png); */
}