#focused h5 {
  font-size: 1.625em;
  line-height: 1.730em;
}

#focused h5 span {
  font-size: 1.346em;
}

#focused p {
  font-size: 1.125em;
  line-height: 1.444em;
  max-width: 550px;
}

@media screen and (max-width: 767px ) {
  #focused br {
    display: none;
  }
  #focused .d-image {
    flex-basis: 100%;
    position: relative;
    order: 2;
    margin-top: 1em;
    padding: 0;
  }
  #focused .d-image img {
    max-width: 100vw;
    width: 100%;
  }
  #focused .d-text {
    flex-basis: 100%;
    position: relative;
    order: 1;
  }
}

@media screen and (max-width: 567px ) {
  #focused h5 {
    margin-bottom: .5em;
  }
}