@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Nunito:wght@700;800&display=swap");
.sale {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 180px 0 0;
}

@media (max-width: 1100px) {
  .sale {
    padding-top: 120px;
  }
}

.sale .breadcrumbs {
  margin-bottom: 70px;
}

.sale-container {
  width: 1520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1600px) {
  .sale-container {
    width: 95%;
  }
}

.sale-container h2.h2 {
  font-size: 50px;
  line-height: 60px;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  margin-bottom: 70px;
  width: 100%;
}

@media (max-width: 600px) {
  .sale-container h2.h2 {
    font-size: 42px;
    line-height: 56px;
  }
}

.sale-item {
  width: calc(50% - 20px);
  height: 500px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1400px) {
  .sale-item {
    background-position: right center;
  }
}

@media (max-width: 1100px) {
  .sale-item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .sale-item {
    background-position: 90% center;
    height: 300px;
    padding: 20px;
  }
}

.sale-item:nth-of-type(3) p {
  text-align: left;
}

.sale-item:nth-of-type(3) b {
  margin-left: 0;
  text-align-last: left;
}

.sale-item p {
  font-size: 42px;
  line-height: 54px;
  text-align: right;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 650px) {
  .sale-item p {
    font-size: 24px;
    line-height: 36px;
  }
}

.sale-item b {
  font-size: 42px;
  line-height: 54px;
  font-family: 'Nunito', sans-serif;
  margin-left: auto;
  color: #fff;
  text-align: right;
}

@media (max-width: 650px) {
  .sale-item b {
    font-size: 24px;
    line-height: 36px;
  }
}

.sale-item b span {
  font-size: 110px;
  margin-top: 20px;
  display: block;
  font-family: 'Nunito', sans-serif;
  color: #fff;
}

@media (max-width: 650px) {
  .sale-item b span {
    font-size: 64px;
  }
}
