.col-with-icon {
  margin-top: 70px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .col-with-icon {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.col-with-icon__section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .col-with-icon__section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.col-with-icon__wrapper {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .col-with-icon__wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.col-with-icon__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .col-with-icon__column {
    gap: 16px;
  }
}
.col-with-icon__item {
  padding: 20px;
  position: relative;
  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;
}
.col-with-icon__image {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
}
.col-with-icon__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .col-with-icon__image {
    width: 44px;
    height: 44px;
  }
}
.col-with-icon__content {
  padding-right: 94px;
}
@media screen and (max-width: 768px) {
  .col-with-icon__content {
    padding-right: 40px;
  }
}
.col-with-icon__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #25bb4d;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .col-with-icon__title {
    font-size: 16px;
    line-height: 110%;
    max-width: 230px;
  }
}
.col-with-icon__description {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
.col-with-icon__description strong,
.col-with-icon__description b {
  color: #051320;
  font-weight: 600;
}
.col-with-icon__description p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .col-with-icon__description {
    font-size: 14px;
  }
  .col-with-icon__description p:not(:last-child) {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=style.min.css.map */