.one-sale {
  margin-bottom: 80px;
  margin-top: 28px;
}
.one-sale-container {
  display: flex;
  flex-direction: row;
  gap: 43px;
}
.one-sale-container .left {
  width: 579px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  height: 365px;
}
.one-sale-container .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.one-sale-container .right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.one-sale-container .right .title {
  font-family: Circe, sans-serife;
  font-size: 24px;
  font-weight: 700;
  line-height: 35.38px;
  text-align: left;
  color: #182139;
}
.one-sale-container .right .desc {
  font-family: Circe, sans-serife;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.58px;
  text-align: left;
  color: #343434;
}
.one-sale-container .right .discount {
  font-family: Circe, sans-serife;
  font-size: 24px;
  font-weight: 700;
  line-height: 35.38px;
  text-align: left;
  color: #171965;
}
.one-sale-container .right .get-consultation {
  font-family: Circe, sans-serife;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.53px;
  width: 100%;
  height: 43px;
  background: #171965;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-top: 3px;
}

@media screen and (max-width: 1024px) {
  .one-sale {
    margin-bottom: 80px;
    margin-top: 16px;
  }
  .one-sale-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .one-sale-container .left {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    flex-shrink: 0;
    height: 350px;
  }
  .one-sale-container .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .one-sale-container .right {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .one-sale-container .right .title {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 700;
    line-height: 35.38px;
    text-align: left;
    color: #182139;
  }
  .one-sale-container .right .desc {
    font-family: Circe, sans-serife;
    font-size: 14px;
    font-weight: 400;
    line-height: 23.58px;
    text-align: left;
    color: #343434;
  }
  .one-sale-container .right .discount {
    font-family: Circe, sans-serife;
    font-size: 20px;
    font-weight: 700;
    line-height: 35.38px;
    text-align: left;
    color: #171965;
  }
  .one-sale-container .right .get-consultation {
    font-family: Circe, sans-serife;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.53px;
    width: 100%;
    height: 43px;
    background: #171965;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-top: 3px;
  }
}
