@media (max-width: 768px) {
  .blog__card-link {
    width: min(366px, 100%);
  }
}
