.size-chart {
  margin: 1.8rem 0;
}

.size-chart__button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-transform: math-auto;
  font-weight: 500;
  font-size:1.4rem;
}

.guia-talla-texto {
  width: 50%;
}

@media screen and (max-width: 749px) {
  .guia-talla-texto {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 1rem;
  }
}