.img-empresa {
  height: 60px;
  width: 120px;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.img-empresa:hover {
  transform: scale(1.1);
}

.fecha-beca-superior {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #BA0C2F;
}

@media (max-width: 767px) {
  .fecha-beca-superior {
    font-size: 18px;
    line-height: 1.1;
  }
}

.fecha-beca-inferior {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  line-height: 1.2;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .fecha-beca-inferior {
    font-size: 24px;
    line-height: 1.1;
  }
}

