
.warranty {
  display: block;
  padding: 100px 0px 40px 0px;
  background-color: var(--bg-color-light);
  margin-bottom: 60px;
}

.warranty h2 {
  font-size: 68px;
  line-height: 65px;
}

.warranty .description {
  padding: 30px 0px 30px;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: black;
} 

.warranty .image {
  position: relative;
  width: 473px !important;
  max-width: 473px !important;
  height: 580px !important;
  margin: 0 auto;
}

@media screen and (max-width:1367px){
  .warranty h2 {
    font-size: 56px;
    line-height: 54px;
  }
}

@media screen and (max-width:576px){
  .warranty h2 {
    font-size: 36px;
    line-height: 37px;
    letter-spacing: -1px;
  }

  .warranty .description {
    font-size: 22px;
    line-height: 24px;
  } 

  .warranty {
    display: block;
    padding: 80px 0px 0px 0px;
    background-color: var(--bg-color-light);
    margin-bottom: 40px;
  }

  .warranty img {
    position: relative;
    width: 90% !important;
    max-width: 90% !important;
    height: auto !important;
    margin: 0 auto;
  }
  
}