.bp-icon-grid {
  display: grid;
  gap: 4rem;
  row-gap: 6rem; }
  @media (min-width: 75em) {
    .bp-icon-grid {
      grid-template-columns: repeat(2, 1fr); } }
  .bp-icon-grid .icon-grid-title {
    font-size: 2rem;
    margin: 0 0 1rem; }
  .bp-icon-grid .line {
    width: 100%;
    background: var(--wp--preset--color--blue);
    height: 1px;
    margin: 1.5rem 0; }
  @media (min-width: 50em) {
    .bp-icon-grid .icon-grid-icon {
      height: 82px; } }
  @media (min-width: 50em) {
    .bp-icon-grid h3 {
      max-width: 266px; } }
  .bp-icon-grid ul, .bp-icon-grid ol, .bp-icon-grid p {
    margin-bottom: 0; }
    @media (min-width: 50em) {
      .bp-icon-grid ul, .bp-icon-grid ol, .bp-icon-grid p {
        max-width: 230px; } }
