section {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 250px;
}

.button-div {
  margin-top: 90px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.button-wrap {
  display: flex;
  gap: 12px;
  margin: 0 auto;
}
.button-wrap > a {
  width: 240px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-wrap > a.btn-find {
  border: 1px solid #e46406;
  color: #e46406;
  font-size: 18px;
  font-weight: 800;
}
.button-wrap > a.btn-contact {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.button-div > h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}
.button-div > p {
  color: #757575;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.warranty-wrap {
  display: flex;
  gap: 15px;
}
.warranty-wrap > .left-content {
  width: 100%;
  height: auto;
}
.warranty-wrap > .right-content {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.warranty-wrap > .right-content > .right-content-box {
  border: 1px solid #413b5c;
  padding: 33px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.warranty-wrap > .right-content > .right-content-box p {
  color: #757591;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
.warranty-wrap > .right-content > .right-content-box h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}
.content-image-div {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 900px) {
  .warranty-wrap {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }
  .warranty-wrap > .right-content {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .button-wrap {
    width: 100%;
    display: flex;
    gap: 12px;
    margin: 0 auto;
    flex-direction: column;
  }
  .button-div {
    margin-top: 40px;
    gap: 15px;
  }
  .button-wrap > a {
    width: 100%;
    height: 65px;
    font-size: 16px !important;
  }
  .button-div > h2 {
    font-size: 20px;
  }
  .button-div > p {
    font-size: 16px;
  }
  .warranty-wrap > .right-content > .right-content-box p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .warranty-wrap > .right-content > .right-content-box h2 {
    font-size: 16px;
  }
  .warranty-wrap > .right-content > .right-content-box {
    padding: 20px;
  }
}
