.header-section {

  background-image: url("../assets/alphaniti-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  font-size: 1.5rem;
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}

.blurred {
  color: transparent;
  text-shadow: 0 0 8px #000;
}

.bg-orange {
  background-color: orange;
}

.slick-prev {
  left: -5px;
}

.slick-next {
  right: -5px;
}

.slick-prev::before,
.slick-next::before {
  color: #000;
}

.vr-last {
  display: none;
}

.slick-dots {
  left: 0;
}

@media (max-width: 767px) {
  .hstack.addresses {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
  }

  .hstack.addresses .vr, .subscription .vr {
    display: block;
    align-self: center;
    width: 100%;
    height: 1px;
    opacity: 0.25;
    border-top: 1px solid currentColor;
    background: none;
  }

  .hstack.addresses address {
    margin-bottom: 0;
  }

  .vr-last {
    display: block;
  }

  .contact-info {
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 2rem;
  }

  .disclaimer {
    display: block;
    text-align: center;
  }

  .container.px-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}