.paragraph--type-image-grid .d-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  .paragraph--type-image-grid .d-flex > div {
    width: 100%;
  }
  
  @media screen and (min-width: 768px) {
    .paragraph--type-image-grid .d-flex > div {
      width: 50%;
    }
  }
  
  @media screen and (min-width: 1320px) {
    .paragraph--type-image-grid .d-flex > div {
      width: 33.33333%;
    }
  }
  
  .paragraph--type-image-grid .d-flex > div .field {
    padding: 15px;
  }
  
  .paragraph--type-image-grid .d-flex > div .field img {
    display: block;
    margin: 0 auto;
  }
  
  .field--name-field-media-oembed-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  
  .field--name-field-media-oembed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.view-taxonomy-term .cspf-flex-wrapper .node--view-mode-card {
	height: 100%;
	border: 1px solid #CBCBCB;
	display: block;
	color: black;
	padding-bottom: 1rem;
	text-align: center; 
}

.view-taxonomy-term .cspf-flex-wrapper{
	margin-bottom: 2rem;
}
  