.news-releases-section {
  padding: 120px 0;
}
.news-releases-section:has(.newsroom-terms){
	padding: 0;
	margin: 50px 0;
}
.news-releases-section.first-news-releases-section:has(.newsroom-terms){
   margin-top: 0;
}
.news-releases-section.last-news-releases-section:has(.newsroom-terms){
   margin-bottom: 120px;
}
.news-releases-section:has(.newsroom-terms) .newsroom-title, .news-releases-section:has(.newsroom-terms) .newsroom-tag{
	display: none;
}
.news-releases-section .newsroom-title{
	font-weight: 400;
	font-size: 3rem;
	line-height: 1.2;
	text-align: center;
	color: var(--default-blue);
}
.news-releases-section .newsroom-tag{
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	margin: 16px 0 74px;
}
.news-releases-section .newsroom-category-header{
  display: flex;
  justify-content:space-between; 
  align-items: flex-end;
  gap: 16px;
}
.news-releases-section .newsroom-category-title{
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 1.2;
}
.news-releases-section .newsroom-category-header .see-more-link{
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
	color: var(--default-blue);
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}
.news-releases-section .newsroom-category-header ~ .news-releases-wrapper{
	margin-top: 35px;
}
.news-releases-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 120px;
}

.news-releases-wrapper .news-card, .news-releases-wrapper .update-box {
  width: 100%;
  max-width: calc(33.33% - 24px);
  flex: 0 0 calc(33.33% - 24px);
}
.news-releases-wrapper .news-card {
  background-color: var(--grey-color);
  border-radius: 12px;
  padding: 25px;
}
.news-card .news-date {
  display: inline-block;
  background-color: #0076f91a;
  color: var(--default-blue);
  padding: 10px 15px;
  border-radius: 24.5px;
  text-align: center;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
}
.news-card .news-title, .news-card .news-title a {
  color: var(--black-color);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.news-card .news-title a, .update-box .update-title a{
	text-decoration: none;
}
.news-card .news-title{
  margin: 20px 0 10px;
}

.news-card .news-tag {
  display: inline-block;
  color: #00000080;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.update-box .update-img-wrap{
  display: inline-block;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
}

.update-box .update-img{
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.68 / 1;
  border-radius: 12px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.update-box .update-img-wrap:hover .update-img{
  transform: scale(1.1);
  transform-origin: center;
}

.update-box .update-title, .update-box .update-title a{
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--navcard-blue);
}
.update-box .update-title{
  margin: 20px 0;
}

.update-box .update-meta{
  display: flex;
  align-items: center;
  gap: 10px;
}

.update-box .update-meta .update-clock-icon{
  display: inline-block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.update-box .update-meta .update-meta-desc{
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0;
}

.load-more-news-wrap{
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1280px) {
  .news-releases-section {
    padding: 100px 0;
  }
	.news-releases-section .newsroom-title{
		font-size: 2.4rem;
	}
	.news-releases-section .newsroom-tag{
		font-size: 1.3rem;
		margin: 16px 0 64px;
	}
  .news-releases-wrapper {
    gap: 28px;
    margin-top: 100px;
  }
	
}
@media only screen and (max-width: 1024px) {
  .news-releases-section {
    padding: 80px 0;
  }
  .news-releases-section .newsroom-title{
	font-size: 2rem;
  }
  .news-releases-section .newsroom-tag{
	font-size: 1.2rem;
	margin: 16px 0 48px;
  }
  .news-releases-section .newsroom-category-title{
	font-size: 2rem;
  }
  .news-releases-section .newsroom-category-title ~ .news-releases-wrapper{
  	margin-top: 24px;
  }
  .news-releases-wrapper {
    gap: 30px;
    margin-top: 80px;
  }
  .news-releases-wrapper .news-card, .news-releases-wrapper .update-box {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
 .news-releases-section.last-news-releases-section:has(.newsroom-terms){
   margin-bottom: 80px;
 }
}
@media only screen and (max-width: 767px) {
  .news-releases-section {
    padding: 60px 0;
  }
	.news-releases-section .newsroom-title{
		font-size: 1.8rem;
	}
	.news-releases-section .newsroom-tag{
		font-size: 1rem;
		margin: 16px 0 36px;
	}
  .news-releases-wrapper {
    gap: 24px;
    margin-top: 60px;
  }
  .news-releases-section .newsroom-category-title{
	font-size: 1.5rem;
  }
  .news-releases-section .newsroom-category-header ~ .news-releases-wrapper{
	margin-top: 32px;
  }
  .news-releases-wrapper .news-card, .news-releases-wrapper .update-box {
    max-width: calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }
  .update-box .update-title, .update-box .update-title a{
    font-size: 1rem;
  }
  .update-box .update-meta .update-meta-desc{
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .news-releases-wrapper .news-card, .news-releases-wrapper .update-box {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .news-releases-section .newsroom-category-header{
   	 flex-wrap: wrap;
  	 align-items: center;
  }
}
