.c-home-page-text {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .c-home-page-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 64px 0;
  }
  .c-home-page-text p {
    margin-bottom: 5%;
  }
  .c-home-page-text p:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .c-home-page-text p:nth-last-child(2) {
    margin-bottom: 0;
  }
  .c-home-page-text p:nth-child(2n+1) {
    width: 45%;
  }
  .c-home-page-text p:nth-child(2n) {
    clear: left;
    width: 45%;
  }
}

.c-home-page-text p:first-child {
  font-size: 18px;
}

@media (min-width: 768px) {
  .c-home-page-text p:first-child {
    font-size: 24px;
  }
}
