.navbar-brand img {
  width: 130px;
}
.full-width {
  width: 100%;
  height: auto;
}
.feature-item img {
  width: 50px;
  height: auto;
}

.subscribe {
  background: url("img/subscribe.jpg") center/cover no-repeat;
}

.brand-icon {
  width: 150px;
  height: auto;
}

.blur-filter {
  backdrop-filter: blur(8px);
  background-color: rgb(255 255 255 / 30%);
}
