 .image-cards__top-content {
    margin-bottom: 40px;
 }

 .image-cards__item {
    margin-bottom: 30px;
 }
  
  .story-cards .row {
    justify-content: center;
  }
  
  .story-card {
    background: #ffffff;
    box-shadow: 5px 8px 22px rgba(0, 60, 113, 0.5);
    border-radius: 20px;
    overflow: hidden;
    display: block;
    border: none;
    height: 100%;
    position: relative;
    padding-bottom: 70px;
  }
  
  .story-card__image {
    width: 100%;
    height: 194px;
  }
  
  .story-card__description {
    padding: 25px 26px 0;
    color: #3b3b3b;
  }
  
  a.story-card__title {
    margin: 0 0 0;
    padding: 0;
    font-size: 22px;
    line-height: 1.09em;
    color: #3b3b3b;
    font-weight: 600;
  }
  
  .story-card__btn {
    position: absolute;
    left: 26px;
    bottom: 25px;
    width: calc(100% - 52px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .story-card__description .story-link {
    margin: 0 0 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.4em;
    color: #789d4a;
    font-weight: 600;
  }
  
  .story-card__description .story-download-btn {
    margin: 0 0 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.4em;
    color: #003c71;
    font-weight: 600;
  }
  
  .story-card__description .story-download-btn img {
    position: relative;
    top: -2px;
    margin-left: 4px;
  }
  
  .story-card__description .story-link i {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 2px 2px;
    font-size: 13px;
  }

  @media (min-width: 1200px) {

    .story-card {
      padding-bottom: 64px;
      transition: all ease-in-out 0.3s;
    }
  
    .story-card:hover {
      transition: all ease-in-out 0.3s;
      background: #ffffff;
      transform: translate3d(0, -10px, 0);
    }

    .story-card:hover a.story-card__title {
      color: #003e75;
    }
  
    a.story-card__title:hover {
      color: #003e75;
      background: none;
    }
  
    .story-card__description .story-download-btn:hover,
    .story-card__description .story-link:hover {
      background: none;
      opacity: 0.8;
    }
  
  }
  
  @media(max-width: 1200px){
    .story-cards__item {
      opacity: 1;
      transform: translateY(0px);
    }

    .image-cards__top-content {
        margin-bottom: 70px;
     }
  }
  
  
  @media (min-width:600px) and (max-width:768px) {
    .fx-slider.slick-initialized .story-cards__item.fx-slide {
      width: 500px !important;
    }
  
    .story-card {
      box-shadow: none;
    }
  
    .story-card__description .story-download-btn img {
      display: inline;
    }

  }
  
  @media (max-width: 767px) {
    .story-card__image {
      height: auto;
    }
  }
  
  @media (max-width: 600px) {
    .fx-slider.slick-initialized .story-cards__item.fx-slide {
      width: 330px !important;
    }
  
    .story-card {
      box-shadow: none;
    }
  
    .story-card__description .story-download-btn img {
      display: inline;
    }

  }
  
  @media (max-width: 376px) {
    .fx-slider.slick-initialized .story-cards__item.fx-slide {
      width: 310px !important;
    }
  }
  
  @media (max-width: 361px) {
    .fx-slider.slick-initialized .story-cards__item.fx-slide {
      width: 290px !important;
    }
  }
  