.formacao__texto {
   color: var(--fonte-destaque);
   font-weight: 500;
   text-align: center;
}
.formacao__texto-ifce {
   transform: scale(0.8);
}

@media screen and (max-width: 769px) {
   :root {
      font-size: 14px;
   }
   .formacao__texto-ifce {
      transform: scale(0.8);
   }
}
