/* v26 newspaper — border fix for last col in each row */
@media (min-width: 992px) {
    .perks-newspaper__col:nth-child(3n) {
        border-right: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .perks-newspaper__col:nth-child(2n) {
        border-right: none !important;
    }
}

/* Декор картки + лапки — позиціонування; розміри іконки/аватара в @sem */
.quote-decor-a {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  transform: translate(4rem, -4rem);
  opacity: 0.5;
}

.quote-decor-b {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  transform: translate(-3rem, 3rem);
  opacity: 0.5;
}

.quote-mark {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  font-size: 4rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  opacity: 0.3;
}

