.scale {
  display: flex;
  width: 1314px;
  height: 600px;
  background-color: #25292c;
  border-radius: 28px;
  margin-left: 303px;
  margin-top: 127px;
}
.active.scale{
  animation: scroll 1s ease-in;
}
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
@keyframes scroll {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.scale__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 135%;
  padding: 96px 0 0 72px;
  width: 565px;
}
.table {
  display: flex;
}
.scale__table {
  padding: 72px 0 0 72px;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.scale__table-content {
  color: #cbcecf;
  font-size: 16px;
  font-weight: 400;
  line-height: 260%;
  height: 42px;
  border-bottom: 1px solid #303638;
}
.notline {
  border-bottom: none;
}
.L {
  text-align: end;
}
.scale__table-title {
  color: #7f8589;
  font-size: 16px;
  font-weight: 550;
  line-height: 170%; /* 27.2px */
  text-transform: uppercase;
}
.scale__img {
  margin-left: auto;
}
.scale__img img{
  margin-left: auto;
  width: 600px;
  height: 600px;
}
