/* assets/scss/custom.scss */
.small-image-block img {
  max-width: 60%;
  /* your desired width */
  width: 100%;
  /* responsive */
  height: auto;
  /* keep aspect ratio */
  display: block;
  margin: 0 auto;
  /* center */ }

.tight-spacing {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.im-par-text {
  width: 100%;
  padding: 4rem 1rem 1rem 1rem;
  text-align: justify; }
