.problems-we-help-solve__wrapper {
  width: 100%;
}
.problems-we-help-solve__grid {
  display: flex;
  gap: 26px;
  row-gap: 28px;
  flex-wrap: wrap;
}
.problems-we-help-solve__card {
  position: relative;
  width: calc((100% - 26px) / 2);
  min-width: calc((100% - 26px) / 2);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__card {
    width: 100%;
    max-width: 100%;
    padding: 16px;
  }
  .problems-we-help-solve__card.open .problems-we-help-solve__body {
    opacity: 1;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 16px;
  }
  .problems-we-help-solve__card.open .problems-we-help-solve__header-icon {
    transform: rotate(0);
  }
}
.problems-we-help-solve__problem {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__problem {
    gap: 0;
  }
}
.problems-we-help-solve__label {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #25bb4d;
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__label {
    font-size: 16px;
    margin-bottom: -8px;
  }
}
.problems-we-help-solve__label-top {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__label-top {
    margin-bottom: 4px;
  }
}
.problems-we-help-solve__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__title {
    font-size: 20px;
    line-height: 120%;
  }
}
.problems-we-help-solve__desc {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: rgba(5, 19, 32, 0.8);
}
.problems-we-help-solve__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__body {
    opacity: 0;
    height: 0;
    padding-bottom: 0;
    padding-top: 0;
    gap: 12px;
  }
}
.problems-we-help-solve__diagram {
  width: 100%;
  height: 159px;
  border-radius: 16px;
  background: #1e1e1e;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  margin-top: 2px;
}
.problems-we-help-solve__diagram-img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__header {
    padding-right: 35px;
  }
}
.problems-we-help-solve__header-icon {
  display: none;
  position: absolute;
  top: 16px;
  right: 20px;
  transition: all 0.2s;
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__header-icon {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__image_desktop {
    display: none;
  }
}
.problems-we-help-solve__image_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__image_mobile {
    display: block;
  }
}
.problems-we-help-solve__desc p {
  margin: 0 0 16px;
}
.problems-we-help-solve__desc p:last-child {
  margin-bottom: 0;
}
.problems-we-help-solve__desc ul {
  margin: 0;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__desc ul {
    padding-left: 24px;
    padding-right: 20px;
  }
}
.problems-we-help-solve__desc li {
  margin-bottom: 8px;
  position: relative;
}
.problems-we-help-solve__desc li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -16px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #25bb4d;
}
.problems-we-help-solve__desc li:last-child {
  margin-bottom: 0;
}
.problems-we-help-solve__desc li::marker {
  color: #25bb4d;
}
@media screen and (max-width: 768px) {
  .problems-we-help-solve__grid {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .problems-we-help-solve__col {
    align-items: center;
  }
  .problems-we-help-solve__wrapper {
    overflow-x: auto;
  }
}/*# sourceMappingURL=style.min.css.map */