.Latest_news_container,
.Feature_news_container > div {
  width: 85%;
  margin: auto;
}

.Latest_news_headline {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  border-bottom: 2px solid #c00000;
}

.Latest_news_title,
.Feature_news_title {
  font-size: 25px;
  font-weight: 400;
  background-color: #c00000;
  color: white;
  padding: 8px 16px;
  margin-bottom: 4px;
  border-radius: 6px 6px 0 0;
}

.latest_news {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.latest_news > div {
  margin-top: 1rem;
  background-color: white;
}

.main_container {
  margin-bottom: 1rem;
  background-color: #f0f0f0;
}

.latest_news > div img {
  height: 300px;
}

.latest_news_content,
.Feature_news_container {
  margin-top: 1rem;
  padding: 1rem;
  position: relative;
}

.latest_news_content > h3 {
  font-weight: 500;
  font-size: 16px;
}

.latest_news_content > p {
  margin-top: 1rem;
  font-size: 14px;
}
.newReadMoreBlock {
  position: relative;
}
.newReadMoreBlock .btn-readmore {
  position: absolute;
  bottom: 10px;
  left: 18px;
}

/* .latest_news_content > button {
  font-size: 14px;
  font-weight: 400;
  color: red;
} */

.Feature_news_container {
  margin-top: 1rem;
  padding: 1rem;
}

.Feature_news_headline {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.Feature_news_all {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.Feature_news {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1rem));
  gap: 20px;
}
.Feature_news > div {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
}
.Feature_news > div img {
  width: 150px;
  height: 150px;
}
.Feature_news_content > h3 {
  font-weight: 500;
  font-size: 14px;
}
.Feature_news_content > p {
  color: red;
  font-size: 14px;
  margin-top: 10px;
}
.Feature_news_content {
  margin: auto;
  padding: 1rem;
}

.Load_More {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Load_More > button {
  background-color: red;
  color: white;
  padding: 0.5rem 3rem;
  border-radius: 0.5rem;
}

/* .awardTopimg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 120rem;
  min-height: 250px;
  color: white;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  margin-bottom: 20px;
  padding: 2px;
}
.awardTopimg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
} */

