.co-usp-hp-lp {
  background: #fff;
  width: 100%;
  max-width: calc(94vw);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
  margin: 17px auto 18px;
}

.co-usp-item-hp-lp {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  max-width: 132px;
  min-width: 108px;
}

.co-usp-item-hp-lp a {
  color: #000;
  text-decoration: none;
}

.co-usp-icon-hp-lp {
  height: auto;
  align-self: center;

  margin-right: 10px;
  margin-top: 7px;
}

.co-usp-icon-hp-lp svg {
  width: 30px;
  height: 25px;
  stroke: none;
  fill: #000;
}

.co-usp-text-hp-lp {
  display: block;
  margin: auto;
  width: 100%;
  align-self: center;
}
.co-usp-text-hp-lp span {
  display: block;
}

.co-usp-header-hp-lp {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 1px;
}

.co-usp-body-hp-lp {
  font-size: 9px;
}

@media only screen and (min-width: 380px) {
  .co-usp-item-hp-lp {
    max-width: 165px;
  }
}

@media only screen and (min-width: 495px) {
  .co-usp-hp-lp {
    max-width: 74vw;
  }
  .co-usp-item-hp-lp {
    max-width: 183px;
  }
}

@media only screen and (min-width: 730px) {
  .co-usp-hp-lp {
    max-width: 70vw;
  }
}

@media only screen and (min-width: 767px) {
  .co-usp-hp-lp {
    /* background: #60afdc; */
    width: 100%;
    max-width: 992px;
    border-radius: 3px;
    min-height: 59px;
    overflow: hidden;
    margin: -16px auto 32px;
  }

  .co-usp-item-hp-lp {
    width: 25%;
    height: 100px;
    max-height: 59px;
    max-width: 100%;
    min-width: 0%;
  }

  .co-usp-item-hp-lp:first-of-type::before {
    border-right: none;
    margin-left: 0;
  }

  .co-usp-item-hp-lp::before {
    content: ' ';
    display: block;
    height: 28px;
    margin: auto 16px auto 0;
    /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
    top: 50%;
  }

  .co-usp-item-hp-lp:nth-of-type(odd) {
    margin-left: auto;
    width: 25%;
  }

  .co-usp-icon-hp-lp {
    margin-right: 13.5px;
  }
  .co-usp-icon-hp-lp svg {
    stroke: none;
    /* fill: #fff; */
  }

  .co-usp-header-hp-lp {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
  }

  .co-usp-body-hp-lp {
    font-size: 12px;
  }
}

.co-usp-pdp {
  background: #fff;
  width: 100%;
  max-width: calc(94vw);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: auto;
  margin: 17px auto;
}

.co-usp-item-pdp {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  max-width: 134px;
  min-width: 108px;
}

.co-usp-item-pdp a {
  color: #000;
  text-decoration: none;
}

.co-usp-icon-pdp {
  height: auto;
  /* border: 1px solid blue; */
  align-self: center;

  margin-right: 10px;
  margin-top: 7px;
}

.co-usp-icon-pdp svg {
  width: 30px;
  height: 25px;
  stroke: none;
  fill: #000;
}

.co-usp-text-pdp {
  display: block;
  /* border: 1px solid red; */
  margin: auto;
  width: 100%;
  align-self: center;
}
.co-usp-text-pdp span {
  display: block;
}

.co-usp-header-pdp {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 1px;
}

.co-usp-body-pdp {
  font-size: 9px;
}

@media only screen and (min-width: 380px) {
  .co-usp-item-pdp {
    max-width: 165px;
  }
}

@media only screen and (min-width: 495px) {
  .co-usp-pdp {
    max-width: 74vw;
  }
  .co-usp-item-pdp {
    max-width: 183px;
  }
}

@media only screen and (min-width: 730px) {
  /* .co-usp-item-pdp:nth-of-type(odd) {
    margin-left: calc(10vw);
  } */

  .co-usp-pdp {
    max-width: 70vw;
  }
}

@media only screen and (min-width: 767px) {
  .co-usp-pdp {
    background: #6cc2e2;
    width: 100%;
    max-width: 992px;
    border-radius: 3px;
    min-height: 59px;
    overflow: hidden;
  }

  .co-usp-pdp a {
    color: #000;
  }

  .co-usp-item-pdp {
    width: 25%;
    height: 100px;
    max-height: 59px;
    max-width: 100%;
    min-width: 0%;
  }

  .co-usp-item-pdp:first-of-type::before {
    border-right: none;
    margin-left: 0;
  }

  .co-usp-item-pdp::before {
    content: ' ';
    display: block;
    height: 28px;
    margin: auto 16px auto 0;
    border-right: 1px solid #6cc2e2;
    top: 50%;
  }

  .co-usp-item-pdp:nth-of-type(odd) {
    margin-left: auto;
    width: 25%;
  }

  .co-usp-icon-pdp {
    margin-right: 13.5px;
  }
  .co-usp-icon-pdp svg {
    stroke: none;
    fill: #fff;
  }

  .co-usp-header-pdp {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
  }

  .co-usp-body-pdp {
    font-size: 12px;
  }
}
