.subheading_3_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #eee;
  padding: 0 0.4rem;
  padding-bottom: 0.4rem;
}

.subheading__heading {
  display: flex;
  justify-content: space-around;
  font-size: 1.2rem;
  font-weight: 700;
  white-space: nowrap;
}

.subheading_title_container {
  display: flex;
  justify-content: space-between;
}

.subheading__plus {
  color: red;
  font-weight: 700;
  font-size: 2rem;
}

.carousel_square__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel_square__item {
  width: 1rem;
  height: 1rem;
  margin: 0.4rem;
  background-color: #676767;
  /* background-color: red; */
}

.carousel_square_active {
  background-color: red !important;
}
.red_text {
  color: red;
}

.preview {
  display: flex;
  /* justify-content: flex-end; */
  justify-content: space-around;
  /* padding: 1.2rem 0; */
}

.preview_list li {
  /* display: list-item; */
}

.preview_list {
  list-style: square;
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  /* white-space: nowrap; */
  list-style-position: inside;
  list-style-position: outside;
  padding-left: 2.4rem;
  white-space: nowrap;
  gap: 1.4rem;
}

.preview_item {
  /* list-style-position: inside; */
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.preview_item_container {
  display: grid;
  align-items: center;
  grid-template-columns: 6fr 1fr;
  grid-gap: 1rem;
  align-items: center;
  justify-content: center;

  /* display: flex; 
  align-items: center; 
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1.6rem;  */
}

.preview_item_title {
  color: #000000;
  font-size: 1.2rem;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.preview_item_date {
  flex: 1;
  font-size: 1rem;
}

/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/
/*********************************************************************************/

.image-carousel {
  max-width: 35rem;
  max-height: 13rem;

  position: relative;
}

.swiper {
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination-bullet-active {
  background-color: red;
}
