.value {
  font-size: 70px;
  display: block;
  font-weight: bold;
  color: #c49955;
}

@media (max-width: 767.98px) {
  .value {
    font-size: 35px;
  }
	.info_matricula {
		align-content: center;
	}
}

