.section-2 {
  padding-top: 120px;
  background-color: var(--color-black-accent2);
}
.section-2 h2 {
  margin: 0;
}

.section-2 h5 {
  margin: 0 0 25px;
}

.section-2 .solomono-row {
  margin: 80px 0 100px;
}

.section-2 .solomono-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.section-2 .solomono-row > div {
  display: flex;
  gap: 60px;
  width: 100%;
  padding-bottom: 15px;
}

.section-2 .solomono-row p {
  width: 280px;
  margin-top: 25px;
}

.section-2 .solomono-row > div:nth-of-type(3),
.section-2 .solomono-row > div:nth-of-type(4) {
  margin-top: 70px;
}

.section-2 .solomono-row > div:nth-of-type(2),
.section-2 .solomono-row > div:nth-of-type(4) {
  justify-content: end;
}

.section-2 .solomono-row > div:nth-of-type(1),
.section-2 .solomono-row > div:nth-of-type(2),
.section-2 .solomono-row > div:nth-of-type(3),
.section-2 .solomono-row > div:nth-of-type(4) {
  position: relative;
}

.section-2 .solomono-row > div:nth-of-type(1)::before,
.section-2 .solomono-row > div:nth-of-type(2)::before,
.section-2 .solomono-row > div:nth-of-type(3)::before,
.section-2 .solomono-row > div:nth-of-type(4)::before {
  content: '';
  position: absolute;
  bottom: -40px;
  display: block;
  height: 50px;
  width: 100%;
  width: calc(100% - 125px);
  background-repeat: no-repeat;
}

.section-2 .solomono-row > div:nth-of-type(1)::before {
  left: 0;
  background-image: url('/templates/content/solution/images/section-2/line-0.svg');
}

.section-2 .solomono-row > div:nth-of-type(2)::before {
  right: 0;
  background-image: url('/templates/content/solution/images/section-2/line-1.svg');
  background-position: right;
  transform: translateY(-7px);
}

.section-2 .solomono-row > div:nth-of-type(3)::before {
  left: 0;
  height: 115px;
  width: 100%;
  background-image: url('/templates/content/solution/images/section-2/line-2.svg');
}

.section-2 .solomono-row > div:nth-of-type(4)::before {
  left: 0;
  height: 115px;
  width: 100%;
  background-image: url('/templates/content/solution/images/section-2/line-3.svg');
  background-position: right;
  transform: translateY(-19px);
}

.section-2 .solomono-row > div:nth-of-type(1)::before {
  content: '';
  position: absolute;
  bottom: -40px;
  width: calc(100% - 125px);
  background-image: url('/templates/content/solution/images/section-2/line.svg');
  background-repeat: no-repeat;
}

.section-2 .number {
  display: flex;
  align-items: end;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}

.section-2-logo {
  background-image: url('/templates/content/solution/images/section-2/logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250px auto;
}

@media (max-width: 1200px) {
  .section-2 .solomono-row.section-2-logo {
    background-size: 150px auto;
  }

  .section-2 .solomono-row > div:nth-of-type(4)::before {
    left: unset;
    right: 0;
    width: 360px;
  }

  .section-2 .solomono-row > div:nth-of-type(3)::before {
    left: 0;
    height: 115px;
    width: 360px;
  }
}

@media (max-width: 991px) {
  .section-2 {
    padding-top: 80px;
  }

  .section-2 .solomono-row {
    margin: 40px 0;
  }

  .section-2 .solomono-row > div::before {
    display: none !important;
  }

  .section-2 .solomono-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section-2 .solomono-row.section-2-logo::before {
    content: '';
    height: 130px;
    width: 300px;
    margin-bottom: 40px;
    background-image: url('/templates/content/solution/images/section-2/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 200px auto;
  }

  .section-2 .solomono-row.section-2-logo {
    background-image: unset;
  }

  .section-2 .solomono-row > div {
    justify-content: start !important;
    align-items: start;
    gap: 10px;
    max-width: 300px;
    padding-bottom: 35px;
    margin: 0 !important;
  }

  .section-2 .solomono-row > div:nth-of-type(odd) div {
    order: 1;
  }

  .section-2 .solomono-row > div div {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .section-2 .solomono-row .number {
    font-size: 40px;
    line-height: 35px;
  }

  .section-2 .solomono-row p {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .section-2 .solomono-row {
    align-items: unset;
  }
  .section-2 .solomono-row.section-2-logo::before {
    width: unset;
  }
}