/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-warranty-card {
  margin-bottom: 1.5rem;
  padding: 3rem 1rem 1.5rem;
  border-radius: 0.4rem;
  border: solid 1px #e2e2e2;
  background-color: #ffffff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  min-height: 19.2rem; }
  @media only screen and (max-width: 768px) {
    .cp-warranty-card {
      margin-bottom: 2rem;
      padding: 2rem 1rem 2.4rem;
      min-height: 15.8rem; } }
  .cp-warranty-card .img-wrap {
    width: 7.2rem;
    height: 7.2rem; }
    @media only screen and (max-width: 768px) {
      .cp-warranty-card .img-wrap {
        width: 6rem;
        height: 6rem; } }
  .cp-warranty-card .content-wrap {
    margin-top: 0.9rem;
    text-align: center; }
  .cp-warranty-card .w-title {
    font-family: "Gotham-Bold";
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #000000;
    margin-bottom: 0.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-warranty-card .w-title {
        font-size: 1.6rem; } }
  .cp-warranty-card .w-desc {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333; }
    @media only screen and (max-width: 768px) {
      .cp-warranty-card .w-desc {
        font-size: 1.2rem;
        line-height: 1.6rem; } }
  .cp-warranty-card .cp-toolip {
    top: 1rem;
    right: 1rem;
    position: absolute;
    z-index: 1;
    color: #bd001c;
    font-size: 2rem; }

.warranty-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .warranty-list .w-item {
    width: 32%; }
    @media only screen and (max-width: 768px) {
      .warranty-list .w-item {
        width: 47.5%; } }
