#block-seeaseizure-bootstrap-copyrightblock {
  @media (min-width: 992px) {
    grid-area: 1 / 2 / 4 / 3;
  }
  @media (max-width: 991px) {
    grid-area: 1 / 1 / 2 / 2;
    font-size: 16px;
    line-height: 24px;
  }
  img {
    max-width: 253px;
    width: 100%;
    height: auto;
  }

  p {
    margin-bottom: 0;
    line-height: 24px;
    &:first-child {
      margin-bottom: 10px;
    }
  }
}
