.more-details-description p {
  font-size: 1.2rem;
  color: rgba(255,255,255,0.7);
}

@media screen and (min-width: 750px) {
  .more-details-description p {
    font-size: 1.6rem;
  }
}