.module-deals {
  padding: 40px 0;
}

.module-deals .module-deals-title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: bold;
}



.module-deals .module-deals-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*margin-left: -10px;
        margin-right: -10px;*/
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-deals .module-deals-wrapper .module-deals-list {
  list-style: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .module-deals .module-deals-wrapper .module-deals-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333332%;
    flex: 0 0 33.33333333332%;
  }
}

@media (max-width: 992px) {
  .module-deals .module-deals-wrapper .module-deals-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 600px) {
  .module-deals .module-deals-wrapper .module-deals-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.module-deals .module-deals-item {
  padding: 25px;
  /*min-height: 270px;*/
  border-radius: 15px;
  border: none;
}

.module-deals .module-deals-item div,
.module-deals .module-deals-item p {
  text-align: center;
}

.module-deals .module-deals-item div {
  margin: 0 0 0 0;
  font-weight: bold;
}



    .rotating-tiles{
      .active > div {
        display: none;
      }
      .active > div:first-child {
        display: block;
      }
    }
