.stories {
  position: relative;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .stories {
    margin-top: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .stories {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stories {
    margin-top: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stories {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .stories {
    margin-top: 120px;
  }
}
.stories__link {
  text-decoration: none !important;
}
.stories__shape--blue {
  height: 320px;
  width: 710px;
  background: #1AC0F2;
  border-radius: 0px 160px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .stories__shape--blue {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stories__shape--blue {
    height: 140px;
    width: 355px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stories__shape--blue {
    height: 280px;
    width: 479px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .stories__shape--blue {
    height: 280px;
    width: 580px;
  }
}
@media (min-width: 1920px) {
  .stories__shape--blue {
    width: 940px;
  }
}
.stories__shape--orange {
  width: 112px;
  height: 16px;
  background: #F09221;
  border-radius: 20px 0px 0px 20px;
  position: absolute;
  top: 52px;
  right: 0;
  z-index: -999;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .stories__shape--orange {
    width: 40px;
    height: 6px;
    top: 5;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stories__shape--orange {
    width: 54px;
    height: 8px;
    top: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stories__shape--orange {
    width: 78.16px;
    height: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .stories__shape--orange {
    width: 94.65px;
    height: 16px;
  }
}
.stories__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stories__header {
  width: 458px;
  align-self: flex-end;
  margin-right: 160px;
  margin-top: 52px;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .stories__header {
    width: 240px;
    margin-right: 0;
    align-self: center;
    align-items: center;
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .stories__header {
    width: 400px;
    margin-right: 0;
    align-self: center;
    align-items: center;
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .stories__header {
    width: 496px;
    margin-right: 0;
    align-self: center;
    align-items: center;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stories__header {
    width: 304px;
    margin-right: 70px;
    margin-top: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stories__header {
    width: 323.33px;
    margin-right: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .stories__header {
    width: 391.52px;
    margin-right: 122px;
  }
}
@media (min-width: 1920px) {
  .stories__header {
    width: 658px;
    margin-right: 163px;
  }
}
.stories__subheading {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #004A85;
  margin-bottom: 16px;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .stories__subheading {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stories__subheading {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stories__subheading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1920px) {
  .stories__subheading {
    font-size: 18px;
    line-height: 28px;
  }
}
.stories__heading {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #004A85;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .stories__heading {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .stories__heading {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stories__heading {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stories__heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1920px) {
  .stories__heading {
    font-size: 44px;
    line-height: 48px;
  }
}
.stories__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .stories__container {
    flex-direction: column;
    margin-top: 32px;
  }
}
.stories__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 353px;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
  filter: drop-shadow(0px 2px 10px rgba(33, 33, 33, 0.1));
}
.stories__card:last-child {
  margin: 0;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .stories__card {
    width: 240px;
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .stories__card {
    width: 400px;
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .stories__card {
    width: 496px;
    flex-direction: row;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stories__card {
    width: 628px;
    flex-direction: row;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stories__card {
    width: 265.33px;
  }
}
@media (min-width: 992px) {
  .stories__card {
    margin-right: 28px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .stories__card {
    width: 276px;
  }
}
@media (min-width: 1920px) {
  .stories__card {
    width: 425px;
    margin-right: 32px;
  }
}
.stories__card-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 52px 40px;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .stories__card-top {
    padding: 24px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .stories__card-top {
    padding: 36px 24px;
    height: 268px;
    width: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .stories__card-top {
    padding: 56px 24px;
    width: 248px;
    height: 268px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stories__card-top {
    padding: 56px 24px;
    width: 314px;
    height: 268px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stories__card-top {
    padding: 24px;
  }
}
.stories__card-top--date {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001321;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 1920px) {
  .stories__card-top--date {
    font-size: 16px;
    line-height: 24px;
  }
}
.stories__card-top--title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #001321;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .stories__card-top--title {
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .stories__card-top--title {
    font-size: 22px;
    line-height: 28px;
    min-height: 56px;
  }
}
@media (min-width: 992px) {
  .stories__card-top--title {
    min-height: 64px;
  }
}
@media (min-width: 1920px) {
  .stories__card-top--title {
    font-size: 28px;
    line-height: 36px;
    min-height: 72px;
  }
}
.stories__card-top--description {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #001321;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 1920px) {
  .stories__card-top--description {
    font-size: 18px;
    line-height: 28px;
  }
}
.stories__card-arrow {
  border-top: 20px solid #FFFFFF;
  border-left: 16.5px solid transparent;
  border-right: 16.5px solid transparent;
  margin-left: 22px;
  width: 0;
  height: 0;
  z-index: 1;
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .stories__card-arrow {
    display: none;
  }
}
.stories__card-img {
  margin-top: -20px;
  width: 353.33px;
  height: 240px;
  background: linear-gradient(0deg, #9747FF, #9747FF);
  border-radius: 0px 0px 20px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .stories__card-img {
    width: 240px;
    height: 200px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .stories__card-img {
    width: 200px;
    height: 268px;
    margin: 0;
    border-radius: 0px 20px 20px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .stories__card-img {
    width: 248px;
    height: 268px;
    margin: 0;
    border-radius: 0px 20px 20px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .stories__card-img {
    width: 314px;
    height: 268px;
    margin: 0;
    border-radius: 0px 20px 20px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .stories__card-img {
    width: 265.33px;
    height: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .stories__card-img {
    width: 276px;
  }
}
@media (min-width: 1920px) {
  .stories__card-img {
    width: 425px;
  }
}
