.recent-articles-container {
  padding-bottom: 45px;
}
.recent-articles-heading {
  font-family: 'montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #444446;
  text-align: center;
  margin: 40px 0 40px 0;
}
.large-tiles-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.large-tiles-image-container {
  position: relative;
  width: 585px; /* Adjust as needed for the desired width of each tile */
  height: 480px;
  margin: 15px; /* Adjust as needed for spacing between tiles */
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  background-color: #F7F7F7 !important;
  background-size: cover;
}
.overlay {
    position: absolute;
    width: 585px;
    height: 480px;
    background-color: black;
    opacity: 0.5;
  z-index: 0;
  cursor: pointer;
}
.large-tiles-tag-container {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
   justify-content: end;
  gap: 10px;
}
.large-tiles-tag-container a {
   background-color: #1B365D;
  font-family: 'montserrat', sans-serif;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 4px;
  margin: 12px 0 0 0;
  text-decoration: none;
  color: white;
 
}
.tile-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tile-grid a {
  align-items: unset;
}
.large-tiles-description-box {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 13px;
  margin-left: 20px;
  color: #ffffff;
  
}
.large-tiles-description-box-date {
  font-family: 'montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;

}
.large-tiles-description-box-text {
  font-family: 'montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
}
.image-container {
  position: relative;
  width: 375px !important; /* Adjust as needed for the desired width of each tile */
  height: 430px;
  margin: 15px; /* Adjust as needed for spacing between tiles */
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  background-color: #F7F7F7 !important;
  display: none;
}

.image-container img {
  width: 100%;
  height: 70% !important;
  object-fit: cover;
}

.image-container a {
  display: block;
  margin: unset;
}

.tag-container {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px;
 
}
.tag-container a {
 background-color: #1B365D;
  font-family: 'montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 4px;
  margin: 12px 0 0 0;
  text-decoration: none;
  font-weight: 600;
  color: #1A1A1A;
}

.tag-box {
  background-color: #FF8B00;
  padding: 9px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tag {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.image-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.description-box {
  padding: 0px 20px 0px 20px !important;
  background-color: #F7F7F7 !important;
}
.description-box p {
  margin
}

.description-box-date {
  font-family: 'montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #444446;
}
.description-box-tile {
 font-family: 'montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #444446;
}

.related-articles-button-container {
  text-align: center
}
.related-articles-button {
    display:inline-block;
    color:#1B365D;
    background:#69B3E7;
    cursor:pointer;
    text-align: center;
    width: 340px;
    height: 52px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 550;
    text-decoration: unset;
    margin-top: 12px;
    margin-left: unset;
  }

.related-articles-button-text {
   padding-top: .8em;
   color: #1b365d;
  font-family: 'montserrat', sans-serif;
  }

.aqua-tag a {
  background-color: #8CD8E5;
}
.light-blue-tag a {
  background-color: #85C3EC;
}
.purple-tag a {
  background-color: #7E9BDE;
}
.yellow-tag a {
  background-color: #FFB347;
}
.orange-tag a {
  background-color: #FF8B00;
}
.red-tag a {
  background-color: #AF4742;
}

.blue-tag a {
   background-color: #1B365D;
}

.tag-class {
  mix-blend-mode: difference;  
}

.visible 
{
    display: block; 
  }
