.block-advantages-product-catalog {
  width: 100%;
}
.block-advantages-product-catalog .block__title {
  margin-bottom: 1.25rem;
}
.paragraph--advantages-line {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
.paragraph--advantages-line .paragraph {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 1.25rem;
}
.paragraph--advantages-line .paragraph:not(:last-child):after {
  background: url("../images/icons/icon-line.svg") no-repeat 50%;
  content: "";
  display: block;
  height: 82px;
  width: 100%;
}
.paragraph--advantages-line .field--name-field-par-icon {
  height: 1.875rem;
}
.paragraph--advantages-line .field--name-field-par-title {
  color: #0249A3;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.paragraph--advantages-line .field--name-field-par-text {
  text-align: center;
  width: 100%;
}
.paragraph--advantages-line .field--name-field-par-text * {
  font-size: .75rem;
}

@media (min-width: 768px) {
  .block-advantages-product-catalog .block__title {
    margin-bottom: 2.875rem;
  }
  .paragraph--advantages-line {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .paragraph--advantages-line:before {
    background: #D9D9D9;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 1.125rem;
    width: 100%;
    z-index: 0;
  }
  .paragraph--advantages-line .paragraph {
    align-items: start;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 0;
    justify-content: start;
    max-width: 33.33%;
    z-index: 1;
  }
  .paragraph--advantages-line .paragraph:not(:last-child):after {
    content: none;
  }
  .paragraph--advantages-line .paragraph:last-child {
    background: #fff;
    flex: 0 0 105px;
  }

  .paragraph--advantages-line .field--name-field-par-icon {
    display: flex;
    justify-content: start;
    height: 40px;
    margin: 0 0 1.5rem;
    width: 100%;
  }
  .paragraph--advantages-line .field--name-field-par-icon img {
    background: #fff;
    width: auto;
    z-index: 1;
  }
  .paragraph--advantages-line .field--name-field-par-title {
    font-size: 22px;
    line-height: 28px;
    max-width: 165px;
  }
}
@media (min-width: 1440px) {
  .block-advantages-product-catalog .block__title {
    margin-bottom: 3rem;
  }
  .paragraph--advantages-line {
    gap: 0;
    margin: 0 0 0 6.25rem;
    max-width: 656px;
  }
  .paragraph--advantages-line:before {
    left: 80px;
    width: calc(100% - 120px);
  }
  .paragraph--advantages-line .paragraph {
    align-items: center;
  }
  .paragraph--advantages-line .paragraph:last-child {
    background: transparent;
  }
  .paragraph--advantages-line .field--name-field-par-icon {
    justify-content: center;
    margin: 0 0 1.375rem;
  }
  .paragraph--advantages-line .field--name-field-par-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;

  }
}