.wp-font-50 {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.15;
}
.wp-no-border {
  border: none !important;
}

.wp-dashed-border {
  border-bottom: 1px dashed #2a2a2a !important;
}

/** Class to break non EN words **/
.wp-text-nowrap {
  white-space: nowrap;
}
#wp-customer-stories {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  justify-content: unset;
}

/*** CSS style for temprary IN customer story finder page ***/
#wp-customer-stories li {
  float: left;
  -webkit-box-shadow: 5px 5px 0px 0px rgb(221 221 221);
  -moz-box-shadow: 5px 5px 0px 0px rgba(221, 221, 221, 1);
  box-shadow: 5px 5px 0px 0px rgb(221 221 221);
  border: 1px solid #ddd;
  width: calc(90%);
  height: 420px;
  padding: 0;
  background-color: #fff;
  margin-right: 16px;
  margin: 24px 16px 0 0;
}
#wp-customer-stories h3,
#wp-customer-stories p {
  padding: 0 10px;
}

/***** Do not create multiple media query for same resolution **/

@media only screen and (min-width: 40.063em) {
  #wp-customer-stories li {
    width: calc(31%);
  }
}
@media only screen and (min-width: 64.063em) {
  .wp-font-50 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.12;
  }
  #wp-customer-stories li {
    width: calc(23%);
  }
}
