.block-solutions {
  background-color: var(--wp--preset--color--light);
  padding-top: 110px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .block-solutions {
    padding-top: var(--wp--preset--spacing--4-xl-mobile);
    padding-bottom: var(--wp--preset--spacing--4-xl-mobile);
  }
}
.block-solutions .intro {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .block-solutions .intro {
    margin-bottom: var(--wp--preset--spacing--4-xl-mobile);
  }
}
.block-solutions .tag-premium {
  display: inline-flex;
  padding: 3px 8px;
  align-items: center;
  gap: 5px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--light);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 15px;
}
.block-solutions .block-solutions__content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--l);
  color: white;
}
@media screen and (max-width: 768px) {
  .block-solutions .block-solutions__content {
    align-items: baseline;
  }
}
@media screen and (min-width: 768px) {
  .block-solutions .block-solutions__content {
    flex-direction: row;
    gap: 7px;
  }
}
.block-solutions .block-solutions__content--left, .block-solutions .block-solutions__content--right {
  flex: 1;
  padding: 50px;
  border-radius: 15px;
  height: 484px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  position: relative;
  align-items: baseline;
}
.block-solutions .block-solutions__content--left::after, .block-solutions .block-solutions__content--right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 20, 55, 0) 0%, #001437 100%);
  border-radius: 15px;
  z-index: 0;
}
.block-solutions .block-solutions__content--left > *, .block-solutions .block-solutions__content--right > * {
  position: relative;
  z-index: 1;
}
.block-solutions .block-solutions__content--left :last-child, .block-solutions .block-solutions__content--right :last-child {
  margin-bottom: 0;
}
.block-solutions .block-solutions__content--left h3, .block-solutions .block-solutions__content--right h3 {
  color: var(--wp--preset--color--light);
}
.block-solutions .block-solutions__content--left p, .block-solutions .block-solutions__content--right p {
  font-size: 18px;
  line-height: 150%;
}
.block-solutions .block-solutions__content--left {
  background: url("/app/uploads/home-12x-1438x1080.jpg?v=2") lightgray no-repeat center/cover;
}
.block-solutions .block-solutions__content--right {
  background: url("/app/uploads/home-2.png?v=2") lightgray no-repeat center/cover;
}