.feature-title {
  margin-bottom: 1rem;
  font-size:1.2rem;
  font-weight: 600;
  color: rgba(0,0,0,0.65);  
}
.feature-content {
  font-weight: 400;
  color: rgba(0,0,0,0.65);
  padding-left: 40px;
}
.feature-content > li {
  margin-bottom: 20px;
}
.content-area {
  margin: 0 auto;
  margin-top: 20px;
  width: 80%;
}
.w100 {
  width: 100%;
}

.shadow{
  box-shadow: 0 0 15px 1px #eaeaea;
}

@media only screen and (max-width:576px) {
  .ts-column-reverse {
    flex-direction: column-reverse;
  }
  .ts-product-body-col2{
    flex-direction: column;
  }
  .content-area {
    width: 100%;
  }
  .ts-product-body-col2-box:first-child {
    margin-right: 0;
  }
  .ts-product-body-col2-box:last-child {
    margin-left: 0;
  }
}