.ewallet-functionality {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality {
    padding-top: unset;
    padding-bottom: unset;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.ewallet-functionality__section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  color: #051320;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.ewallet-functionality__section-subtitle {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__section-subtitle {
    margin-bottom: 30px;
  }
}
.ewallet-functionality__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__wrapper {
    gap: 20px;
  }
}
.ewallet-functionality__row {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__row {
    flex-direction: column;
    gap: 20px;
  }
}
.ewallet-functionality__row-flex > div {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__row-no-flex:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
.ewallet-functionality__col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.ewallet-functionality__col:nth-child(even) {
  flex-direction: column-reverse;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__col:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__col {
    gap: 20px;
  }
}
.ewallet-functionality__item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.ewallet-functionality__title h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #051320;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__title h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.ewallet-functionality__text {
  font-size: 16px;
  line-height: 140%;
  color: rgba(5, 19, 32, 0.8);
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__text {
    font-size: 14px;
  }
}
.ewallet-functionality__image {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 44px -9px rgba(0, 0, 0, 0.08);
  background: #fff;
  overflow: hidden;
}
.ewallet-functionality__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ewallet-functionality__image-block-1 {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__image-block-1 {
    height: 287px;
  }
}
.ewallet-functionality__image-block-2 {
  width: 428px;
  height: 533px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__image-block-2 {
    height: 262px;
    width: 100%;
  }
}
.ewallet-functionality__image-block-3 {
  width: 406px;
  height: 481px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__image-block-3 {
    height: 262px;
    width: 100%;
  }
}
.ewallet-functionality__image-block-4 {
  width: 406px;
  height: 622px;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .ewallet-functionality__image-block-4 {
    display: none;
  }
}/*# sourceMappingURL=style.min.css.map */