  .stories-card-carousel {
  width: 100%; }

.stories-card-carousel__link {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.stories-card-carousel__link:hover {
  text-decoration: none;
  cursor: pointer; }

.stories-card-carousel__image {
  border-bottom: 10px solid #f0b310;
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
  width: 100%; }

.stories-card-carousel__eyebrow {
  color: #000;
  font-size: 0.875rem;
  margin-bottom: 2px;
  text-transform: uppercase; }

.stories-card-carousel__title {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 2px;
  font-weight: 700; }

.stories-card-carousel__description {
  color: #2d7abf;
  font-size: 1.375rem;
  margin-bottom: 2px;
  font-weight: 300; }

.stories-card-carousel__teaser {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 300;
  padding: 5px; }
  .stories-card-carousel__teaser a {
    color: #000; }
