.intro_news_main {
  margin: 0 auto;
}

.news_item_info_company > p {
  color: #424242 !important;
}
.news_item_info_date > p {
  color: #424242 !important;
}

@media (max-width: 640px) {
  .under_line {
    width: 40px;
    height: 4px;
    background-color: #205e14;
    margin: 20px auto;
  }
}

@media (min-width: 641px) {
  .under_line {
    width: 40px;
    height: 5px;
    background-color: #205e14;
    margin: 40px auto;
  }
}

@media (max-width: 640px) {
  .news_main_title p:nth-child(1) {
    font-size: 32px;
    font-weight: 700;
  }
  .news_main_title p:nth-child(2) {
    font-size: 20px;
    line-height: 50px;
  }
}

@media (min-width: 641px) {
  .news_main_title p:nth-child(1) {
    font-size: 40px;
    font-weight: 700;
  }

  .news_main_title p:nth-child(2) {
    font-size: 24px;
    line-height: 50px;
  }
}

.news_main_content {
  text-align: left;
}

.news_item {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1 1 auto;
  height: 120px;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 1025px) {
  .news_item:hover p {
    color: #205e14;
  }
}

.news_item_title {
  font-weight: 700; /* Bold */
}

@media (max-width: 1024px) {
  .news_item_title {
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .news_item_title {
    font-size: 26px;
  }
}

.news_item_content {
  display: flex;
  font-weight: 300; /* Light */
}

@media (max-width: 1024px) {
  .news_item_content {
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .news_item_content {
    font-size: 18px;
  }
}

.news_item_content > div:first-child {
  padding: 0 10px 0 0px;
}

.news_item_content > div {
  padding: 0 10px;
}

.news_item_info_company {
  position: relative;
  content: "";
}

.news_item_info_company::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2px;
  height: 12px;
  background-color: rgb(136, 136, 136);
  transform: translateY(-50%);
}

.js-load {
  display: none;
}

.js-load.active {
  display: flex;
}

.news_button_more {
  margin-top: 50px;
  text-align: center;
}
