.components_new_highlight {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.components_new_highlight__first,
.components_new_highlight_rigth {
  width: 50%;
}

.components_new_highlight__first {
  height: 100%;
}

.components_new_highlight_rigth {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}

.components_new_highlight__first__new h2,
.components_new_highlight__second__news h2,
.components_new_highlight__third__news h2 {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.components_new_highlight__first__new h3,
.components_new_highlight__second__news h3,
.components_new_highlight__third__news h3 {
  color: #fff;
  font-weight: 300;
  font-size: 0.9rem;
}

.components_new_highlight__second,
.components_new_highlight__third {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 97%;
}

.components_new_highlight__second__news,
.components_new_highlight__third__news {
  display: flex;
  border-radius: 12px;
  height: 295px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0px 8px 197px 6px rgba(0, 0, 0, 0.85);
  padding: 19px;
}

/* ########## */

.components_new_highlight__first__new,
.components_new_highlight__destaques {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  height: 648px;
  box-shadow: inset 0px 0px 148px 19px rgba(0, 0, 0, 0.85);
  padding: 19px;
}

@media (max-width: 768px) {
  .components_new_highlight {
    flex-direction: column;
  }

  .components_new_highlight__first,
  .components_new_highlight_rigth {
    width: 100%;
  }

  .components_new_highlight__second__news,
  .components_new_highlight__third__news {
    width: 92%;
  }

  .components_new_highlight__first__new,
  .components_new_highlight__destaques {
    height: 400px;
  }

  .components_new_highlight__first__new h2,
  .components_new_highlight__third__news h2,
  .components_new_highlight__second__news h2 {
    font-size: 0.9rem;
  }
}
