
html, body {
  background: #ffffff !important;
  color: #181716 !important;
}
.container-fluid {
  padding: 0 !important;
}

.container {
  max-width: 992px !important;
}
.carousel-item img {
  max-height: 730px;
}
.modal {
  background: rgba(0, 0, 0, .3);
}
@media screen and (max-width: 1540px) {
  .carousel-item img {
    max-height: 630px;
  }
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {

}

@media screen and (max-width: 780px){

}
@media screen and (max-width: 580px){

}

@media screen and (max-width: 420px) {

}