@charset "UTF-8";
.wrap-pros-and-cons h3 {
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
.wrap-pros-and-cons ul {
  padding: 0 0 23px 2em;
  width: calc(50% - 30px);
  float: left;
  margin-right: 30px;
}
.wrap-pros-and-cons ul li {
  position: relative;
  line-height: 21px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 40px;
  padding-right: 5px;
  margin: 15px -10px;
  background-color: #efefef;
  list-style: none;
}
.wrap-pros-and-cons ul li:after {
  top: 0;
  left: 0;
  position: absolute;
  margin: 0px;
  color: #fff;
  display: block;
  -ms-transform: skewX(-7deg);
  -webkit-transform: skewX(-7deg);
  transform: skewX(-7deg);
  float: left;
  width: 30px;
  text-align: center;
  line-height: 30px;
  height: 30px;
}
.wrap-pros-and-cons ul:nth-child(2) {
  margin-right: 0;
}
.wrap-pros-and-cons .list-pros li:after {
  content: "✓";
  background-color: #65c536;
}
.wrap-pros-and-cons .list-cons li:after {
  content: "!";
  background-color: #b32d35;
}

@media screen and (max-width: 767px) {
  .wrap-pros-and-cons h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .wrap-pros-and-cons ul {
    padding: 0;
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .wrap-pros-and-cons ul li {
    margin-left: 0;
  }
}

/*# sourceMappingURL=prosandcons.css.map */
