#hero-bg img {
  height: 60vh;
}

.hero-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(transparent, #000);
  top: 0;
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000000c8;
  top: 0;
}
.hero-text {
  bottom: 15vh;
  text-align: center;
  width: 100%;
  font-size: 80%;
  z-index: 1;
  padding: 0 20px;
  font-weight: 600;
  color: white;
  left: 0;
  right: 0;
}
.banner-text {
  text-align: center;
  width: 100%;
  z-index: 1;
  padding: 0 20px;
  font-weight: 600;
  color: white;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#banner img{
  height: 40vh;
}


.budget .card-img-overlay {
  top: auto;
} 
.budget .card p{
  line-height: 1.2;
  font-size: 12px;
}
.budget h5{
  font-size: 1rem;
}


@media (min-width: 768px) {
  .budget .card p{
    line-height: 21px;
    font-size: 14px;
  }
  .budget h5{
    font-size: 1.25rem;
  }
}