#focused {
  margin-top: 52px;
}

#focused img {
  border-radius: 25px;
}

#focused .focused:nth-child(even) img {
  margin: 0 0 0 auto;
}
#focused .focused:nth-child(odd) img {
  margin: 0 auto 0 0;
}

#focused h5 {
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 14px;
  text-transform: capitalize;
}

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

#focused p {
  font-size: 19px;
  line-height: 1.175;
  max-width: 577px;
}

@media screen and (max-width: 767px ) {
  #focused br {
    display: none;
  }
  #focused .d-image {
    flex-basis: 100%;
    position: relative;
    order: 2;
    margin-top: 16px;
    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 {
    margin-top: 50px;
  }
  #focused h5 {
    margin-bottom: 0;
    font-size: 31px;
  }
}