.paragraph-warranty {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #5d6370;
  margin-bottom: 0px;
}
.warranty--table {
  width: 100%;
  border-collapse: collapse;
}

.warranty--table tr td,
.warranty--table tr th {
  padding: 12px 20px;
  font-size: 20px;
  line-height: 28px;
}
.warranty--table tr td {
  color: #3a3a3a;
  border-bottom: 1px solid #dcdae2;
  border-right: 1px solid #dcdae2;
}
.warranty--table tr th {
  color: #000000;
  background-color: #dcdae2;
}
.warranty-list {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #5d6370;
}
.grid---warrant-card {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-block: 24px;
}
.item--card {
  padding: 16px;
  border: 1px solid #aeb1b8;
  border-radius: 6px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.item--card img {
  width: 100%;
  max-width: 50px;
  height: auto;
}
.item--card .para {
  font-size: 20px;
  line-height: 28px;
  color: #0c1529;
  margin-bottom: 0px;
  text-align: center;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .re-cmn--heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .paragraph-warranty {
    font-size: 18px;
    line-height: 24px;
  }
  .item--card .para {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .py-32 {
    padding-block: 20px;
  }
  .re-cmn--heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .paragraph-warranty {
    font-size: 16px;
    line-height: 24px;
  }
  .warranty--table tr td,
  .warranty--table tr th {
    padding: 10px;
    font-size: 16px;
    line-height: 28px;
  }
  .warranty-list {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #5d6370;
  }
  .item--card .para {
    font-size: 16px;
    line-height: 20px;
  }
  .grid---warrant-card {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-block: 20px;
  }
}
@media screen and (max-width: 767px) {
  .py-32 {
    padding-block: 16px;
  }
  .re-cmn--heading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .paragraph-warranty {
    font-size: 16px;
    line-height: 24px;
  }
  .warranty--table tr td,
  .warranty--table tr th {
    padding: 10px;
    font-size: 16px;
    line-height: 28px;
  }
  .warranty-list {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #5d6370;
  }
  .item--card .para {
    font-size: 14px;
    line-height: 18px;
  }
  .grid---warrant-card {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-block: 20px;
  }
}

@media screen and (max-width: 500px) {
  .grid---warrant-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-block: 18px;
  }
}
