.flex-justify-content {
  display: flex !important;
  justify-content: flex-start !important;
}
.trending-places-title {
  font-size: 40px;
  letter-spacing: 0;
  color: #568faf;
  font-weight: 700;
  padding: 0 40px;
}
.trending-places {
  /* padding-top: 15px; */
  padding-top: 0px;
}
.trending-places-content {
  display: flex;
  /* margin: 40px 40px 50px; */
  margin: 16px 40px 50px;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0;
  color: #000;
  /*width: 100%;*/
  /*overflow-x: auto;*/
  flex-direction: row;
}

.latest-stories {
  padding-top: 70px;
}
.latest-stories-header {
  width: 100%;
  margin-bottom: 20px;
}
.latest-stories-content .latest-stories-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  color: #568faf;
}
.toggle-button {
  display: none;
}
.latest-stories-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-right: 68px;
  padding-bottom: 133px;
}
.trending-places-img-content {
  width: 100%;
  height: 194px;
  display: flex;
  gap: 30px;
}
.content-img {
  width: 290px;
  height: 194px;
}
.trending-places-img-p {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0;
  color: #000000;
}

.trending-places-page-banner-1 {
  display: block;
  width: 100vw;
  height: 6px;
  background-color: #568faf;
}
.latest-stories-item {
  span {
    width: 40vw;
  }
}
