.warranty .banner-heading {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
}

.warranty .banner-heading h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  color: white;
}

.warranty .warranty-section-wrapper {
  background-color: #EFEFEF;
  padding: 80px 60px;
  font-family: Inter;
}

.warranty .warranty-section h3 {
  color: #1D4288;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 40px;
}

.warranty .warranty-section p {
  margin-top: 40px;
  margin-bottom: 40px;
}

.warranty .warranty-section button {
  padding: 12px 30px;
  background-color: #1D4288;
  text-transform: uppercase;
  color: white;
  font-size: 22px;
  line-height: 24px;
  font-family: BebasNeue;
  border: transparent;
  margin-bottom: 40px;
}

.warranty .separate {
  width: 200px;
  background-color: #3EB049;
  display: inline-block;
  height: 4px;
}

.warranty .warranty-item {
  border-radius: 16px;
  border: 1px solid #939598;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.warranty .warranty-item .warranty-item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 124px;
  padding: 24px;
  border-radius: 16px 16px 0px 0px;
}

.warranty .warranty-item .warranty-item__head h3 {
  color: white;
  font-size: 32px;
  line-height: 38px;
  font-family: BebasNeue;
  text-transform: uppercase;
  max-width: 264px;
  margin: 0px;
  text-align: center;
}

.warranty .warranty-item .warranty-item__bottom {
  padding: 24px;
  color: #1A1A1A;
  font-weight: 400;
  background-color: white;
  border-radius: 0px 0px 16px 16px;
  flex: 1 1 auto;
}

.warranty .warranty-item .warranty-item__bottom p {
  margin-top: 0px;
  margin-bottom: 16px;
}

.warranty .warranty-item .warranty-item__bottom span {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 1320px) {
  .warranty .warranty-item .warranty-item__head {
      min-height: 180px;
  }
}
