.title_columns {
  padding-bottom: 60px; }
  .title_columns .title {
    font-family: "Lato", sans-serif, Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: #212121;
    font-weight: 900;
    line-height: 48px;
    letter-spacing: -0.4px;
    display: block;
    margin: 40px 0; }
  .title_columns .boxes:not(:first-child) {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .title_columns .boxes:not(:first-child) {
        margin-top: 0; } }
    .title_columns .boxes:not(:first-child) .data_box {
      display: flex;
      flex-direction: column; }
      .title_columns .boxes:not(:first-child) .data_box:not(:last-child) {
        margin-bottom: 40px; }
      .title_columns .boxes:not(:first-child) .data_box .main_text {
        font-family: "Lato", sans-serif, Helvetica, Arial, sans-serif;
        font-size: 24px;
        color: #212121;
        font-weight: 800;
        line-height: 34px;
        letter-spacing: 0; }
      .title_columns .boxes:not(:first-child) .data_box .secondary_text {
        font-family: "Lato", sans-serif, Helvetica, Arial, sans-serif;
        font-size: 20px;
        color: #212121;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0; }
