.bullet-list {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .bullet-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.bullet-list__container {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .bullet-list__container {
    border-radius: 16px;
    padding: 20px;
  }
}
.bullet-list__image-container {
  display: flex;
  gap: 30px;
}
.bullet-list__image-container .bullet-list__container {
  min-width: calc(50% - 15px);
  max-width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .bullet-list__image-container .bullet-list__container {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bullet-list__image-container {
    flex-direction: column;
  }
}
.bullet-list__image {
  min-width: calc(50% - 15px);
  max-width: calc(50% - 15px);
  max-height: 488px;
}
.bullet-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .bullet-list__image {
    min-width: 100%;
    max-width: 100%;
    max-height: unset;
  }
}
.bullet-list__section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bullet-list__section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.bullet-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .bullet-list__wrapper {
    gap: 16px;
  }
}
.bullet-list__columns {
  flex-direction: row;
  flex-wrap: wrap;
}
.bullet-list__columns .bullet-list__item {
  flex: 1;
  min-width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  .bullet-list__columns .bullet-list__item {
    min-width: 100%;
  }
}
.bullet-list__item {
  position: relative;
  padding-left: 22px;
}
.bullet-list__item::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #25bb4d;
  left: 0;
  top: 9px;
}
.bullet-list__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #051320;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .bullet-list__title {
    font-size: 16px;
    line-height: 110%;
    max-width: 230px;
  }
}
.bullet-list__description {
  font-size: 14px;
  line-height: 140%;
  color: #051320;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .bullet-list__description {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.min.css.map */