.wrapper .content {
  margin-top: 40px;
}
.wrapper .content h1, 
.wrapper .content h2, 
.wrapper .content h3, 
.wrapper .content h4, 
.wrapper .content h5,
.wrapper .content h6 {
  text-align: left;
}
.wrapper-banner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 15px 20px 20px 40px;
  min-height: 370px;
  max-height: 640px;
  margin-bottom: 20px;
}
.title-wrapper {
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}
.title-wrapper h1 {
  font-family: "Montserrat";
  font-size: 35px;
  font-weight: 700;
  line-height: 49px;
  text-align: left;
  color: #194276;
}
.banner__content {
  padding: 10px;
  width: 100%;
  height: auto;
  position: relative;
  color: #fff;
  max-width: 610px;
}
.banner__content-title {
  font-family: "Montserrat";
  font-size: 25px;
  line-height: 32.5px;
  text-align: left;
  margin-bottom: 8px;
}
.back-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.back-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0;
}
.mobile {
  display: none;
}
.promo-block {
  margin: 15px 0;
  width: 100%;
  height: auto;
}
.promo-label {
  padding: 8px;
  background-color: #03446D;
  color: #fff;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  line-height: 18.29px;
  text-align: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin: 0;
}
.banner__content .promo-list {
  margin: 0;
  margin-top: 17px;
  width: calc(100% - 15px);
  height: auto;
  list-style:disc;
  padding-left: 15px;
}
.promo-list li {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
  margin-bottom: 11px;
}
.promo-code {
  background-color: #fff;
  padding: 8px;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 700;
  line-height: 18.29px;
  text-align: center;
  color: #065C92;
  margin: 0;
  cursor: pointer;
}
.promo__take {
  margin-top: 75px;
  margin-bottom: 75px;
}
.promo__take-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  gap: 20px;
  position: relative;
  margin: 25px auto;
  margin-bottom: 40px;
}
.promo__take-content > div:not(.promo__take-item) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  gap: 20px;
}

.promo__take-content .promo__take-item {
  max-width: 263px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
}
.promo__take-item .promo__take-item-text {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  width: 100%;
}
.promo__take-item .promo__take-item-text a {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #194276;
}
.promo__take-item .promo__take-item-text a:hover {
  color: #065C92;
}
.mob {
  display: none;
}
.desk {
  display: inline;
}
.promo__take-item .item-number {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 200px;
  padding: 10px;
  color: #fff;
  background-color: #194276;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.preview-text,
.preview-text > * {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  text-align: left;
}
.promo-copy {
  cursor: pointer;
}
.back-banner img.mobile {
  display: none;
}
.back-banner img.desktop {
  height: 100%;
}

.promo__take-item .promo-code {
  border: 1px solid #C6D9E8;
}
@media (max-width: 540px) {
  .desk {
    display: none;
  }
  .mob {
    display: inline;
  }
  .back-banner img.desktop {
    display: none;
  }
  .back-banner img.mobile {
    display: block;
    height: 100%;
  }
  .wrapper-banner {
    max-height: max-content;
    height: 100%;
    padding: 270px 15px 15px 15px;
  }
  .banner__content-title {
    font-size: 19px;
    line-height: 26px;
  }
  .banner__content .promo-list li {
    font-size: 12px;
  }
  .title-wrapper h1 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .promo__take-content .promo__take-item {
    width: 100%;
    max-width: calc(100% - 10px);
  }
  .promo__take-content .promo__take-item .promo__take-item_img {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .promo__take-content .promo__take-item .promo__take-item_img img {
    margin: 0 auto;
  }
  .promo__take-item .promo__take-item-text a {
    color: #000;
  }
}