.wr-custom-list {
  list-style-type: none;
  padding: 0;
}

@media only screen and (max-width: 1024px) {
  .wr-txt-center {
    text-align: center;
  }
  .wr-col-description {
    padding: 15px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .wr-col-description {
    padding: 15px 0 0 10% !important;
  }
  .wr-detail-container {
    padding-right: 5% !important;
  }
}

