@charset "UTF-8";

.table__desc-img {
  max-width: 300px;
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .table__desc-img {
    max-width: 100%;
  }
}

.table__desc-img img {
  display: block;
  width: 100%;
  aspect-ratio: 8 / 5;
}

.table__desc-text {
  margin-top: 1.6rem;
}

.table__desc-second {
  margin-top: 3.2rem;
}
