.paragraph-block .paragraph-attr span {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0.5rem 0.75rem;
  background-color: #0b2839;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 4px;
  letter-spacing: 1px;
}

.paragraph-block .paragraph-text :last-child {
  margin-bottom: 0;
}

.paragraph-block img {
  border-radius: 8px;
}

@media (max-width: 991.98px) {
  .paragraph-block img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
  }
}
