.lifetime-warranty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: calc(80vh - 70px);
  background-color: #f4f4f4;
}
.lifetime-warranty > * {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
}
.lifetime-warranty__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 50px;
  box-sizing: border-box;
  height: 100%;
}
.lifetime-warranty__image picture {
  height: 80%;
}
.lifetime-warranty__image img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.lifetime-warranty__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  max-width: 720px;
}
.lifetime-warranty__info-wrapper {
  padding: 0 100px;
}
.lifetime-warranty__info-title {
  font-family: 'DINCondensed', sans-serif;
  color: #000;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 4.6rem;
  line-height: 40px;
  margin-bottom: 28px;
  margin-bottom: 6px;
}
@media (max-width: 1366px) {
  .lifetime-warranty__info-title {
    font-size: 3.2rem;
    line-height: 28px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .lifetime-warranty__info-title {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .lifetime-warranty {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    padding: 40px 0;
    height: auto;
  }
  .lifetime-warranty > * {
    width: 100%;
  }
  .lifetime-warranty__image {
    margin-bottom: 20px;
    max-width: 80%;
    padding: 0;
    height: auto;
  }
  .lifetime-warranty__image picture {
    height: auto;
  }
  .lifetime-warranty__info-wrapper {
    padding: 0 20px;
    text-align: center;
  }
}
