
.text-left{
  text-align: left;
}
.left {
  float: left;
  width: 100%;
}
.text-center {
  text-align: center;
}

a {
  text-decoration: none;
}
@media (max-width: 992px) {
.background-image-none {
  background-image: none!important;
}
}