
a:hover{
  text-decoration: underline!important;
}
.bg-blue {
  background: #0B456C
}

.bg-light-blue {
  background: #E7F6FF;
}
.border-blue {
  border-color: #0B456C;
}

.text-blue {
  color: #0B456C;
}

.max-w-90vw {
  max-width: 90vw;
}

.hero-bg {
  background-image: url('../images/slides/1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-testimonials {
  background-image: url('../images/testimonial-icon.png');
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.h-350px {
  height: 350px;
}

.bg-opaque-white {
  background-color: rgba(255, 255, 255, 0.5);
}

p{
  margin-bottom: 0;
}

.list-disc{
  list-style-type: disc;
}

.w-8{
  width: 2rem;
}
.h-8{
  height: 2rem;
}
.w-4{
  width: 1rem;
}
.h-4{
  height: 1rem;
}