.news-footer-title{
  color: #23272B!important;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 3.2rem;
}
.latest-news-article .news-footer-card-title{
  color: #23272B;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}
.latest-news-article .news-footer-card-title a:hover{
  color: #0071CE;
}
.latest-news-article .news-footer-tag{
  position: absolute;
  top: 28px;
  right: 22px;
}
.latest-news-article .news-footer-tag span{
  background: #23272B;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.news-footer-btn-primary{
  background: #0071CE;
  border-color: #0071CE;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.news-footer-btn-primary:hover{
  background: #0071CE;
  border-color: #0071CE;
}
/*se usa en el apartado Most recent news & las fichas con pie de foto y videos por ejemplo home brownsville*/
.container-fill-image {
  display: flex;
}
.container-fill-image.dblock {
  display: block;
}
.container-fill-image.relative {
  position: relative;
}
.container-fill-image img{
  width: 100%; /* Set a fixed width for all images */
  height: 300px; /* Set a fixed height for all images */
  object-fit: cover; /* This will make sure the images maintain their proportions */
  margin: 0px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.container-fill-image.h-250 img{
  height: 250px;
}
.container-fill-image.radius-0 img{
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.border-img-hover {
    border: 0px solid #ffffff00 !important;
}
.border-img-hover:hover {
    border: 0px solid #ffffff00 !important;
}
@media (max-width: 767px){
  .news-footer-card{
    margin-bottom: 30px;
  }
}