.row-point-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .row-point-image {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.row-point-image__container {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .row-point-image__container {
    flex-direction: column;
    gap: 20px;
  }
}
.row-point-image__container_reverse-row {
  flex-direction: row-reverse;
}
.row-point-image__image {
  min-width: 407px;
  max-width: 407px;
  max-height: 400px;
  height: 100%;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  overflow: hidden;
}
.row-point-image__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .row-point-image__image {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .row-point-image__image {
    max-height: unset;
  }
}
@media screen and (max-width: 425px) {
  .row-point-image__image {
    height: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .row-point-image__image_hide-image {
    display: none;
  }
}
.row-point-image__main {
  width: 100%;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .row-point-image__main {
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  }
}
.row-point-image__section-title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #051320;
}
@media screen and (max-width: 768px) {
  .row-point-image__section-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 110%;
  }
}
.row-point-image__section-subtitle {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
@media screen and (max-width: 768px) {
  .row-point-image__section-subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 140%;
  }
}
.row-point-image__point-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .row-point-image__point-list {
    flex-direction: column;
    gap: 12px;
  }
}
.row-point-image__point-list-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
  padding-left: 22px;
  position: relative;
}
.row-point-image__point-list-item::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #25bb4d;
}
.row-point-image__point-list-item b {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .row-point-image__point-list-item {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.min.css.map */