.vey-reasons-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0 auto;
  font-family: proxima-soft, sans-serif;
}

.vey-reasons-cols .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  max-width: 320px;
  position: relative;
  padding: 24px 0;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #cbcbcb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.vey-reasons-cols .header {
  background-color: #fff;
  text-align: left;
  padding: 8px;
  margin-left: 24px;
  margin-right: 24px;
}

.vey-reasons-cols .pros .row-text {
  background-image: url("../images/smile_icn.png");
}

.vey-reasons-cols .cons .row-text {
  background-image: url("../images/unimpressed-icn.png");
}

.vey-reasons-cols .pros .row-text:nth-child(odd):not(:first-child) {
  background-color: #f2f9fa;
}

.vey-reasons-cols .cons .row-text:nth-child(odd):not(:first-child) {
  background-color: #fff6fa;
}

.vey-reasons-cols .row-text {
  font-size: 16px;
  letter-spacing: -0.05;
  line-height: 19px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center left 16px;
  padding: 18px 24px 8px 60px;
  min-height: 108px;
  display: flex;
  align-items: center;
}

.vey-reasons-cols .header h3 {
  font-family: graphie, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #364344;
  margin: 0;
}

.vey-reasons-cols .header p {
  margin: 0;
}

.vey-reasons-cols .pros .header {
  border-bottom: 2px solid #30c6e2;
}
.vey-reasons-cols .cons .header {
  border-bottom: 2px solid #db347f;
}

.vs-box {
  height: 80px;
  width: 80px;
  max-width: 80px;
  border: 0.5px solid #cbcbcb;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  color: #364344;
  font-size: 25px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  font-family: graphie, sans-serif;
  margin: 0 -4px;
  z-index: 1;
}

/* Mobile */
@media only screen and (max-width: 768px) {
  .vey-reasons-cols {
    flex-direction: column;
  }

  .vey-reasons-cols .vs-box {
    margin: -4px 0;
  }
}

/* IE */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vey-reasons-cols {
    margin-left: 20%;
  }
}
