.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-blue {
  color: #0f4f92;
}
.bg-blue {
  background-color: #0f4f92;
}
.bg-white {
  background-color: #fff;
}
.bg-green {
  background-color: #2e6f56;
}
.bg-red {
  background-color: #ae202a;
}
.image-with-text {
  /* display: flex;
  align-items: center; */
  padding: 20px 0px;
}
.btn-xl {
  width: 40%;
  font-size: 20px;
  padding: 12px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  opacity: 0.9;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}

@media (max-width: 1200px) {
  .pull-md-left {
    float: left !important;
  }
}

@media (min-width: 992px) {

}

@media (min-width: 768px) {

}
