/**
 * @file
 * The CSS file for Bootstrap Paragraphs Card module.
 *
 * Compiled from the SCSS file of the same name.
 */
 .card {
    margin-bottom: 1rem;
  }
  
  .card-image img {
    height: auto;
    max-width: 100%;
  }
  
  .node .card-image .field--type-image {
    margin-right: 0;
  }
  
  .card-image .field--type-image img {
    margin-bottom: 0;
  }

  .card--large-top-circle {
    .card-image {
      padding: 1rem;
      img {
        border-radius: 50%;
        height: 100%;
        width: 100%;
      }
    }  
  }

  