.block-offer-bg {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 60px 70px;
  background-color: #143DFF;
  color: rgba(0, 0, 0, 0);
  border-radius: 20px;
}
.block-offer-bg .block-offer-bg-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 22px;
  color: #fff;
}
.block-offer-bg .block-offer-bg-list {
  font-weight: 400;
  font-size: 19px;
  line-height: 150%;
  display: grid;
  margin: 0;
  gap: 20px;
}
.block-offer-bg .block-offer-bg-list a {
  position: relative;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-underline-offset: 5px;
  transition: all 0.2s ease;
  text-decoration-thickness: 1px;
}
.block-offer-bg .block-offer-bg-list a:hover {
  text-underline-offset: 2px;
}
.block-offer-bg .block-offer-bg-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 20px;
  align-items: flex-start;
}
.block-offer-bg .block-offer-bg-item .svg-icon {
  width: 26px;
  height: 34px;
  transform: translateY(2px);
}
@media screen and (min-width: 1930px) {
  .block-offer-bg {
    padding: 3.3em 3.8em;
    border-radius: 2.2em;
  }
  .block-offer-bg .block-offer-bg-title {
    font-size: 1.2em;
    margin-bottom: 1.1em;
  }
  .block-offer-bg .block-offer-bg-list {
    font-size: 1.07em;
  }
  .block-offer-bg .block-offer-bg-list a {
    text-underline-offset: 0.27em;
  }
  .block-offer-bg .block-offer-bg-list a:hover {
    text-underline-offset: 0.11em;
  }
  .block-offer-bg .block-offer-bg-list p {
    margin-bottom: 0.55em;
  }
}
@media screen and (max-width: 1025px) {
  .block-offer-bg {
    padding: 45px 40px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 735px) {
  .block-offer-bg {
    padding: 45px 30px;
  }
}

/*# sourceMappingURL=block_offer_bg.css.map */
