.main {
  background-color: #000;
  background-image: url("../img/divany/bg10.webp");
}

@media (max-width: 48rem) {
  .main {
    background-size: auto 90%;
    background-position: bottom center;
  }
}

.looking-for {
  background: #000;
  background-image: url("../img/divany/bg14.webp");
}

@media (max-width: 48rem) {
  .looking-for {
    background-position: top center;
    background-size: auto 100%;
  }
}

.manufacturer {
  background: #000 url("../img/divany/bg15.webp");
  z-index: 0;
  position: relative;
}

@media (max-width: 48rem) {
  .manufacturer {
    background-position: top center;
    background-size: auto 90%;
  }
}

.your-choice {
  margin-bottom: 2rem;
}

.your-choice .container {
  align-items: center;
  flex-flow: row nowrap;
  justify-content: start;
}

.your-choice__content {
  flex-basis: auto;
  align-self: start;
}

@media (max-width: 48rem) {
  .your-choice__content {
    flex-basis: auto;
  }
}

.your-choice__card-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  flex-basis: 100%;
}

.your-choice__card {
  flex-basis: 30%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: start;
  text-align: center;
  border: none;

}

.contact-us {
  background-color: #000;
  background-image: url("../img/divany/bg10.webp");
  background-position: top center;
}
