.text-red {
    color: red;
}

.is-invalid {
    border: 1px solid red !important;
}

.plan__features li::before {
    background-image: url("../../images/icons/check.png");
}

.plan.pro .plan__features li::before {
    background-image: url("../../images/icons/check-white.png");
}

@media (min-width: 1024px) {
  .library-filter {
    justify-content: start;
  }
}