.upsale {
  padding-top: 28px;
}
.upsale__title {
  font-family: 'DINCondensed', sans-serif;
  color: #000;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 7.8rem;
  line-height: 70px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
  margin: 69px 0 48px 0;
}
@media (max-width: 1366px) {
  .upsale__title {
    font-size: 5.6rem;
    line-height: 50px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .upsale__title {
    font-size: 3.2rem;
    line-height: 28px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}
.upsale--wrapper {
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 1366px) {
  .upsale__title {
    margin: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .upsale__title {
    font-size: 4.6rem;
    line-height: 40px;
    max-width: 230px;
    margin: 73px auto 0;
  }
}
@media (max-width: 610px) {
  .upsale {
    max-width: 100%;
  }
}
