.list-portal[data-v-93af9d27] {
  --column: 1;
  --spacing: 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0;
  margin-left: calc(var(--spacing) * -1);
  margin-block: 4.2857142857rem;
  row-gap: 2.1428571429rem;
}
@media screen and (min-width: 992px) {
  .list-portal[data-v-93af9d27] {
    --column: 3;
    --spacing: 5rem;
    margin-block: 9rem;
    row-gap: 2.2857142857rem;
  }
}
@media screen and (min-width: 1200px) {
  .list-portal[data-v-93af9d27] {
    --spacing: 9rem;
  }
}
@media screen and (min-width: 1400px) {
  .list-portal[data-v-93af9d27] {
    --spacing: 11rem;
  }
}
.list-portal__item[data-v-93af9d27] {
  -moz-column-gap: 1.5714285714rem;
  column-gap: 1.5714285714rem;
  display: flex;
  flex-direction: row;
  margin-left: var(--spacing);
  width: calc(100% / var(--column) - var(--spacing));
}
@media screen and (min-width: 992px) {
  .list-portal__item[data-v-93af9d27] {
    flex-direction: column;
    row-gap: 2.2857142857rem;
  }
}
.list-portal__item__name[data-v-93af9d27] {
  font-size: 1.4285714286rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  .list-portal__item__name[data-v-93af9d27] {
    font-size: 1.1428571429rem;
  }
}
@media screen and (min-width: 768px) {
  .list-portal__item__name[data-v-93af9d27] {
    font-size: 1.2857142857rem;
  }
}
@media screen and (min-width: 992px) {
  .list-portal__item__name[data-v-93af9d27] {
    font-size: 1.4285714286rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .list-portal__item__name[data-v-93af9d27] {
    font-size: 1.7142857143rem;
  }
}
@media screen and (min-width: 1400px) {
  .list-portal__item__name[data-v-93af9d27] {
    font-size: 2rem;
  }
}
.list-portal__item__image[data-v-93af9d27] {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 40%;
}
@media screen and (min-width: 992px) {
  .list-portal__item__image[data-v-93af9d27] {
    width: 100%;
  }
}
.list-portal__item__image img[data-v-93af9d27] {
  aspect-ratio: 99/115;
  display: inline-block;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .list-portal__item__image img[data-v-93af9d27] {
    aspect-ratio: 266/302;
    width: 83.33%;
  }
}
.list-portal__item__content[data-v-93af9d27] {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .list-portal__item__content[data-v-93af9d27] {
    justify-content: flex-end;
    text-align: center;
  }
}
.list-portal__item__description[data-v-93af9d27] {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: default;
  display: -webkit-box;
  font-size: 1.1428571429rem;
  margin-top: 0.8571428571rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (min-width: 992px) {
  .list-portal__item__description[data-v-93af9d27] {
    font-size: 1rem;
  }
}
