/* ------------------------------ */
/* ------------------------------ */
/* INFO */
.Info {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   height: auto;
   padding: calc(25px * var(--scale));
   color: var(--text-color-a);
   font-size: calc(var(--font-size-4) * var(--scale));
   font-weight: var(--font-weight-2);
   line-height: 1.5;
   text-align: center;
}