@media (min-width: 35rem) {
  .node .paragraph--type--spotlight-cards .field--type-image {
  	float: unset;
  	margin: unset;
  }
}
.node--type-page .block-layout-builder .paragraph--type--spotlight-cards .field--type-image img {
	width: 100%;
  height: 223px;
  object-fit: cover;
  margin-bottom: 0;
  box-shadow: none;
}