.blocks-green-title {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .blocks-green-title {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.blocks-green-title__section-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .blocks-green-title__section-title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.blocks-green-title__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .blocks-green-title__list {
    gap: 12px;
  }
}
.blocks-green-title__item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 30%;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .blocks-green-title__item {
    width: calc((100% - 30px) / 2);
    min-width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .blocks-green-title__item {
    padding: 22px;
    width: 100%;
    min-width: 100%;
  }
}
.blocks-green-title__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #25bb4d;
}
@media screen and (max-width: 768px) {
  .blocks-green-title__title {
    font-size: 20px;
    line-height: 120%;
    min-height: unset;
  }
}
.blocks-green-title__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
.blocks-green-title__text ul li {
  padding-left: 16px;
  position: relative;
}
.blocks-green-title__text ul li:not(:last-child) {
  margin-bottom: 8px;
}
.blocks-green-title__text ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #25bb4d;
}/*# sourceMappingURL=style.min.css.map */