.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.eko-banner__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 432px;
  padding-right: 720px;
  border-radius: 24px;
  background-color: #F1ECF8;
  overflow: hidden;
}

.eko-banner__content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 40px;
}

.eko-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.eko-banner__title {
  font-family: "Jost", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 4rem;
  line-height: 120.3125%;
  letter-spacing: 0.02em;
  color: #2D1B4B;
  text-transform: initial;
}

.eko-banner__text {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 127.7777777778%;
  color: #2D1B4B;
}

.eko-banner__button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: auto;
}

.eko-banner__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 36px 32px;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120.8333333333%;
  color: #fff;
  border-radius: 16px;
  text-transform: initial;
}

.eko-banner__picture {
  position: absolute;
  aspect-ratio: 703/619;
  bottom: 0;
  right: 0;
  width: 703px;
  height: 619px;
}

.eko-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1919px) {
  .eko-banner__wrapper {
    padding-right: 520px;
  }

  .eko-banner__picture {
    width: 600px;
    height: auto;
    right: -20px;
  }
}

@media (max-width: 1439px) {
  .eko-banner__wrapper {
    min-height: 426px;
    padding-right: 0;
  }

  .eko-banner__content {
    gap: 100px;
  }

  .eko-banner__title {
    font-size: 2.5rem;
    line-height: 120%;
  }

  .eko-banner__text {
    max-width: 80%;
  }

  .eko-banner__picture {
    width: 400px;
  }
}

@media (max-width: 833px) {
  .eko-banner__wrapper {
    min-height: 380px;
  }

  .eko-banner__content {
    gap: 237px;
    padding: 16px;
  }

  .eko-banner__box {
    gap: 8px;
  }

  .eko-banner__title {
    font-size: 1.5rem;
    line-height: 120.8333333333%;
  }

  .eko-banner__text {
    max-width: none;
    font-size: 0.875rem;
    line-height: 128.5714285714%;
  }

  .eko-banner__button {
    padding: 18px 25px;
    border-radius: 12px;
    font-size: 1rem;
    line-height: 118.75%;
    text-align: center;
  }

  .eko-banner__picture {
    max-width: 420px;
    min-width: 380px;
    width: 70%;
    bottom: -60px;
    aspect-ratio: 328/426;
  }
}

@media (max-width: 479px) {
  .eko-banner__wrapper {
    min-height: 426px;
  }

  .eko-banner__button {
    width: 100%;
  }

  .eko-banner__picture {
    bottom: -49px;
    right: -36px;
    width: 400px;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1439px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}

 @media (max-width: 479px){

@supports (appearance:none){

}

}
