.yellow {
  min-height: 700px;
  background: url('../img/bg/cheap_banner bgrnd_4096.png') no-repeat center 0;
}

.yellow-product {
  min-height: 617px;
  background: url('../img/yellow-product.png') no-repeat center 0;
}

.effect-cost-block .col {
  position: relative;
}

.effect-cost-block__img {
  position: relative;
  bottom: 0;
  left: 0;
  height: 555px;
}

.effect-cost-block__title {
  color: #000000;
  margin-top: 120px;
  margin-bottom: 20px;
}

.yellow-product .effect-cost-block__title {
  margin-top: 80px;
}

.effect-cost-block__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 20px;
}

.effect-cost-block__currency {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #ffed8d;
  margin-bottom: 20px;
  margin-top: 20px;
}

.effect-cost-block__features {
}

.effect-cost-block__button {
  text-align: center;
}

.cost-features__title {
  color: #000000;
  margin-bottom: 5px;
}

.cost-features__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;

  color: #000000;
}

.cost-features__price {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 58px;
  line-height: 100%;
  margin-top: 20px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.cost-features__price span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 31px;
  color: #ffed8d;
  left: -21px;
  position: absolute;
  bottom: 0;
}

.cost-features__price sup {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ffed8d;
  right: -15px;
  position: absolute;
  top: 7px;
}

.effect-cost-block__button .btn {
  padding: 19px 30px;
}

.effect-cost-block {
  position: relative;
}

.effect-cost-block__features {
  width: 520px;
}

.yellow-product .effect-cost-block__features {
  width: auto;
}

.effect-cost-block__features .row .col-auto {
  /* padding-right: calc(var(--bs-gutter-x) * 0.25 + 25px); */
  /* padding-left:0 */
}

.effect-cost-block__row {
  height: 575px;
  margin-left: -180px;
  background: url('../img/bg/yellow_banner_girl.svg') no-repeat 0 bottom;
}
.effect-cost-block:before{
  content: "";
  background: url('../img/orange_triangle.svg') no-repeat 0 bottom;
  position: absolute;
  width: 150px;
  height: 117px;
  top: -24px;
  right: 15%;

}