
.navbar-brand img{
    width: 130px;
}
.full-width{
    width: 100%;
    height: auto;
}
.feature-item img{
    width: 50px;
    height: auto;
}
.subscribe{
    background-image: url(img/subscribe.jpg);
    background-size: cover;
    background-position: center;
}
.brand-icon img{
    width: 150px;
    height: auto;
}
.blur-filter{
    backdrop-filter: blur(8px);
    background-color: rgb(255 255 255 / 30%);
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  color: white;
}
.carousel-caption h5 {
  font-size: 24px;
  font-weight: bold;
}
.carousel-caption p {
  font-size: 16px;
}
.card {
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .card-body {
      flex-grow: 1;
    }
    






