.sale {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}
.sale h1 {
  font-family: Circe, sans-serife;
  font-size: 40px;
  font-weight: 800;
  line-height: 58.96px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .sale h1 {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
.sale-container {
  display: flex;
  margin-top: 32px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 23px;
}
.sale-container .item {
  width: calc(33% - 11px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 288px;
}
.sale-container .item img {
  width: 100%;
  height: 201px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sale-container .item .text-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sale-container .item .text-section .section-title {
  text-decoration: none;
  font-family: Circe, sans-serife;
  font-size: 18px;
  font-weight: 700;
  line-height: 26.53px;
  text-align: left;
  color: #182139;
}
.sale-container .item .text-section .desc {
  text-decoration: none;
  font-family: Circe, sans-serife;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.58px;
  text-align: left;
  color: #343434;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .sale {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 16px;
    margin-bottom: 80px;
  }
  .sale h1 {
    font-family: Circe, sans-serife;
    font-size: 40px;
    font-weight: 800;
    line-height: 58.96px;
    text-align: center;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .sale h1 {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
@media screen and (max-width: 1024px) {
  .sale-container {
    display: flex;
    margin-top: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .sale-container .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 288px;
  }
  .sale-container .item img {
    width: 100%;
    height: 201px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sale-container .item .text-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .sale-container .item .text-section .section-title {
    text-decoration: none;
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 700;
    line-height: 26.53px;
    text-align: left;
    color: #182139;
  }
  .sale-container .item .text-section .desc {
    text-decoration: none;
    font-family: Circe, sans-serife;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: left;
    color: #343434;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
