.pulse__body__top_featured {
  margin-bottom: 15px;
}

.pulse__h1 {
  display: none;
}

.pulse__h2 {
  display: none;
}

.pulse_h3 {
  font-size: 2rem;
  padding-top: 10px;
  display: flex;
  align-items: baseline;
}

.pulse_h3::before {
  display: inline-block;
  width: 0.452em;
  margin-right: 1rem;
  vertical-align: middle;
  color: var(--mainColor);
  font-size: 3rem;
  content: "■";
}

.pulse__body__top__today {
  padding-left: 15px;
  padding-right: 15px;
}

.pulse__new_products__intro__h3 {
  font-size: 1.5rem;
}

.pulse__new_products__intro__text {
  font-size: 0.8rem;
}
.pulse_separator {
  border-top: 1px solid #080a12;
}

.news__featuredtitle {
  font-weight: 300;
  font-size: 2rem;
  /* color: #5a2a82; */
  margin-top: 1rem;
  /* line-height: 1.8rem; */
  /* color: #5A2982; */
  /* letter-spacing: 0.1em; */
}

.pulse__body__top__today__news {
  padding-bottom: 15px;
}

.pulse__body__top__today__underline {
  border-bottom: 1px solid #e1e0e3;
}

.pulse__img_with_text,
.pulse__top_stories,
.pulse__new_products {
  position: relative;
  background-size: cover;

  /* width: 100%;  
    height: 56.25%; */
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 15px;
}



.pulse__new_products {
  background-color: black;
  color: white;
}

.pulse__img_with_text__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pulse__top_stories__container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 15px;
}

.pulse__top_stories__item {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  text-decoration: none;
  gap: 20px;
  color: black;
}

.pulse__top_stories__item:visited {
  color: black;
}

.pulse__top_stories__item__counter {
  flex: 0 0 20px;
  line-height: 1.2rem;
  font-size: 1.2rem;
  color: black;
}

@media (min-width: 600px) {
  .pulse__top_stories__item__counter {
    flex: 0 0 180px;
    line-height: 8rem;
    font-size: 7.5rem;
  }
}

.pulse__top_stories__item__arrow {
  flex: 0 0 90px;
  display: none;
}
@media (min-width: 600px) {
  .pulse__top_stories__item__arrow {
    display: initial;
  }
}

.pulse__top_stories__item__arrow__container {
  width: 70px;
  height: 70px;
  background-color: var(--secondaryColor);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pulse__top_stories__item__title {
  flex: 1 1 150px;
  font-size: 1.1rem;
  line-height: 1.1rem;
}

@media (min-width: 600px) {
  .pulse__top_stories__item__title {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}

/* .pulse__top_stories__item {
  height: 33%;
} */

/* .pulse__img_with_text img {
  min-width: 100%;
  min-height: 100%;
} */

.pulse__new_products a {
  color: white;
  text-decoration: none;
}

.pulse__new_products__intro {
  padding: 15px;
  margin-bottom: 30px;
}

@media (min-width: 600px) {
  .pulse__new_products__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
}

.pulse__new_products__intro__more {
  text-decoration: none;
  background-color: #20222a;
  color: white;
  width: 150px;
  padding: 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

@media (min-width: 600px) {
  .pulse__new_products__intro__more {

    margin-top: 0;
  }

}

.pulse__new_products__intro__more:hover {
  text-decoration: none;
  color: black;
  background-color: var(--secondaryColor);
}

@media (min-width: 600px) {
  .pulse__new_products__container {
    display: grid;
    padding: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
  }
}

.pulse__new_products__container_product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .pulse__new_products__container_product {
    width: 100%;
  }
}

.pulse__new_products__container_product__logo {
  padding: 15px;
  flex: 0 0 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.pulse__new_products__container_product__logo img {
  width: 90%;
  height: auto;
}

@media (min-width: 600px) {
  .pulse__new_products__container_product__logo {
    background-color: white;
    
  }
}

.pulse__new_products__container_product__paper_container {
  flex: 0 0 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16 / 9;
}

.pulse__new_products__container_product__paper_container img {
  object-fit: contain;

  width: 100%;

  aspect-ratio: 16 / 9;
  height: auto;
}

.pulse__new_products__container_product__title {
  border-bottom: 1px solid white;
  font-size: 1rem;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .pulse__new_products__container_product__title {
    flex: 1 1 auto;
    font-size: unset;
    border-bottom: unset;
    font-weight: 400;

  }
}

.pulse__new_products__container_product__title__bold {
  font-weight: 700;
}

.pulse__new_products__container_product__title__author {
  padding-top: 10px;
  font-size: 0.8rem;
}

.pulse__new_products__container_product__arrow {
  display: none;
}
@media (min-width: 600px) {
  .pulse__new_products__container_product__arrow {
    display: block;
    padding: 15px;
    flex: 0 0 30px;
  }
}

div.feature a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none; /* No underlines on the link */
  z-index: 10; /* Places the link above everything else in the div */
  background-color: #fff; /* Fix to make div clickable in IE */
  opacity: 0; /* Fix to make div clickable in IE */
  filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.pulse__img_with_text__centered_title {
  position: absolute;
  /* text-align: center; */
  padding: 30px;
  width: 80%;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 750px) {
  .pulse__img_with_text__centered_title {
    font-size: 2rem;
  }
}

.pulse__img_with_text__arrow {
  display: none;
}

@media (min-width: 750px) {
  .pulse__img_with_text__arrow {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: var(--secondaryColor);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 80px;
    left: 80px;
  }
}

.pulse__img_with_text__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #080a12;
  padding: 10px;
  width: 100%;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 350px) {
  .pulse__img_with_text__caption {
    padding: 30px;
    font-size: 1rem;
  }
}

@media (min-width: 750px) {
  .pulse__img_with_text__caption {
    font-size: 2rem;
  }
}

.pulse__img_with_text__title {
  font-size: 1.2rem;
  /* colorgb(34, 32, 32)lack; */
  font-weight: 600;
  text-decoration: none;
}

@media (min-width: 550px) {
  /* .news_featured_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 10px 15px;
    grid-template-areas:
      "main second1"
      "main second2"
      "main second3"
      "main second4";
  }

  .news_featured_main {
    grid-area: main;
  }
  .news_featured_second1 {
    grid-area: second1;
  }
  .news_featured_second2 {
    grid-area: second2;
  }
  .news_featured_second3 {
    grid-area: second3;
  }
  .news_featured_second4 {
    grid-area: second4;
  } */

  /* .news_featured_second_title {
    font-size: 0.8rem;
    font-weight: 300;
  }

  .news_featured_box {
    display: grid;
    grid-template-columns: 0px auto;
    gap: 10px 15px;
  }

  .news_featured_img {
    visibility: hidden;
  }

  .news__datefeatured {

    color: rgba(0, 0, 0, 0.452);
    font-size: 0.8rem;
  } */
}

@media (min-width: 850px) {
  .news_featured_second_title {
    font-size: 1.1rem;
    font-weight: 300;
  }
}

/* @media (min-width: 1200px) {
  .news_featured_box {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 10px 15px;
  }

  .news_featured_second_title {
    font-size: 1.1rem;
    font-weight: 300;
  }

  .news_featured_img {
    visibility: visible;
  }
} */

.news__link {
  display: block;
  padding-top: 10px;
  padding-bottom: 0px;
  text-decoration: none;
  color: black;
}

.lightborder {
  border: rgba(0, 0, 0, 0.144) solid 1px;
}

.ratio-16-9 {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.news__link:hover {
  color: #fcaf1a;
}

@media (min-width: 1024px) {
  .pulse__body__top {
    display: grid;
    gap: 15px;
    grid-template-columns: 3fr 7fr;
    grid-template-rows: auto;
    grid-template-areas:
      "latest top1"
      "latest top2";
    margin-top: 15px;
  }

  .pulse__body__top1 {
    grid-area: top1;
  }

  .pulse__body__top2 {
    grid-area: top2;
  }

  .pulse__body__top__today {
    grid-area: latest;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
