/*BANNER AND TEXT*/
.home-banner{
  background-image: url('/assets/banner/Mexico.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 60vh;
  position: relative;
}
.see-all-news-text{
  color: #8DC53CFF
}
p{
  text-align: justify;
  text-justify: inter-word;
}

/*NEWS FEATURES*/
.bg-list{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.div-overlay {
  position: relative;
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background-color: rgba(0, 0, 0, .7);
  color: #f1f1f1; 
  width: 100%;
  color: white;
  padding: 7px;
}

