body .wrap-warantee {
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  body .wrap-warantee {
    padding: 20px 25px;
    border-radius: 7px;
  }
}
body .wrap-warantee .big-title {
  font-size: 24px !important;
  color: #404956;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  body .wrap-warantee .big-title {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  body .wrap-warantee .big-title {
    font-size: 18px !important;
  }
}
body .wrap-warantee .groups .group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body .wrap-warantee .groups .group .image {
  width: 200px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  body .wrap-warantee .groups .group .image {
    width: 100%;
    margin-bottom: 10px;
  }
}
body .wrap-warantee .groups .group .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  body .wrap-warantee .groups .group .image img {
    max-width: 150px;
  }
}
body .wrap-warantee .groups .group .the-content {
  width: calc(100% - 200px);
  padding: 0 10px;
}
@media (max-width: 768px) {
  body .wrap-warantee .groups .group .the-content {
    width: 100%;
  }
}
body .wrap-warantee .the-content p,
body .wrap-warantee .the-content li {
  font-size: 17px !important;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 991px) {
  body .wrap-warantee .the-content p,
  body .wrap-warantee .the-content li {
    font-size: 16px !important;
  }
}
body .wrap-warantee .the-content p strong,
body .wrap-warantee .the-content li strong {
  font-weight: 400;
  margin-bottom: 0;
  display: inline;
}
body .wrap-warantee .the-content p {
  margin-bottom: 10px;
}
body .wrap-warantee .the-content li {
  margin-top: 5px;
  margin-bottom: 5px;
}
body .wrap-warantee .the-content ul {
  padding-left: 28px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  body .wrap-warantee .the-content ul {
    padding-left: 0 !important;
  }
}/*# sourceMappingURL=custom-for-scss.css.map */