/*** Fonts ***/

/*** Images ***/

.main-background-text {
  max-width: 42%;
}

.products-imgs {
  width: 112px;
  height: 93px;
}

img {
  width: auto;
  height: auto;
}

#bg-prods {
  margin-left: -300px;
}

@media (max-width: 1600px) {
  .main-background-text {
    max-width: 50% !important;
  }
}

@media (max-width: 991.98px) {
  .main-background-text {
    max-width: 100% !important;
  }

  #bg-prods {
    margin-left: 0;
  }
}

