.veneersHelpSection .content .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  row-gap: 50px;
}
.veneersHelpSection .content .list .item {
  width: calc(33% - 12.012012012px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.veneersHelpSection .content .list .item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 800px) {
  .veneersHelpSection .content .list {
    gap: 10px;
    row-gap: 30px;
  }
  .veneersHelpSection .content .list .item {
    width: calc(50% - 5px);
  }
  .veneersHelpSection .content .list .item img {
    width: 100%;
    height: auto;
    min-height: 150px;
    aspect-ratio: 162.5/150;
  }
}/*# sourceMappingURL=veneersHelpSection.css.map */