.required .form-control-label::before {
  content: "*";
  color: #c00;
}

#storydataset {
  /* height: 915px; */
}
#storydataset .carousel-title {
  font-size: 3.2rem !important;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  #storydataset .carousel-title {
    font-size: 3.4rem !important;
  }
}
@media (max-width: 991.98px) {
  #storydataset .carousel-title {
    font-size: 2.4rem !important;
  }
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #1C355E;
}

.stories-more-link {
  font-size: 2vw;
  text-decoration: none;
  font-weight: bold;
  color: #1C355E;
}

.story-card {
  height: 650px;
  width: 500px;
  text-align: center;
  border: none !important;
  margin: auto !important;
}

.sub-category-wrapper {
  margin: auto;
  padding: 26px 35px;
  background-color: white;
  white-space: nowrap;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

.sub-category-wrapper li {
  padding: 0 18px;
  min-width: 400px;
}

.sub-category-wrapper::-webkit-scrollbar {
  height: 6px;
}

.sub-category-wrapper::-webkit-scrollbar-thumb {
  background-color: #E7E7E7;
}

.margin-top-large {
  margin-top: 160px !important;
}

.margin-top-small {
  margin-top: 80px !important;
}

.story-detail-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
}

.story-detail-title {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#storyCarousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  height: 100%;
}

#storyCarousel::-webkit-scrollbar {
  height: 6px;
}

#storyCarousel::-webkit-scrollbar-thumb {
  background-color: #E7E7E7;
}

#storyCarousel .card {
  border: none;
  color: #1C355E;
  width: 510px;
  /* height: 565px; */
  margin-right: 30px;
}
#storyCarousel .card img {
  width: 100%;
  height: 100%;
}
#storyCarousel .card h3 {
  font-size: 2.6rem !important;
}
@media (max-width: 1199.98px) {
  #storyCarousel .card h3 {
    font-size: 2.2rem !important;
  }
}
@media (max-width: 991.98px) {
  #storyCarousel .card h3 {
    font-size: 1.6rem !important;
  }
}

#storyCarousel .card .date {
  padding-top: 35px;
}

@media only screen and (max-width: 768px) {
  #storyCarousel .card {
    width: 350px;
  }
  #storyCarousel .card .date {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 544px) {
  #storyCarousel .card {
    width: 275px;
  }
}