.banner-card {
  position: relative;
}
.banner-card img{
  width: 100%;
  height: 100%;
}
.banner-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
}
.banner-text h4 {
  font-size: 15px;
  font-weight: bold;
  background-color: #000;
}
.banner-text2 {
  position: absolute;
  width: 100%;
  bottom: -15px;
  left: 0;
  color: #fff;
}
.banner-text2 h4 {
  font-size: 15px;
  font-weight: bold;
  background-color: #000;
}