.title_problem {
    padding-top: 0;
}
.thats_what_we_do {
    line-height: 5.5rem;
}
.focused {
    grid-template-columns: 50% 50%;;
}
.title_focus {
    width: 70%;
}
ul#things {
    width: 20rem;
}
ul#things li {
    font-style: italic;
    font-weight: 400;
}

@media screen and (max-width: 796px) {
    .thats_what_we_do {
        line-height: 3rem;
    }
    ul#things {
        width: 12.5rem;
    }
}

@media screen and (max-width: 390px) {
    .the_pitch,
    .title_roots,
    .text_roots,
    .problem_writing,
    .focused_writing {
      padding-left: 3rem;
      padding-right: 2.75rem;
    }
    
    .title_focus {
      width: unset;
    }
  }