.moreAboutYourSign {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, #172053 0%, #050611 100%);
}
.moreAboutYourSign .snippetCta {
  background: linear-gradient(180deg, #CC8097 -76.89%, #412D72 298.27%, #2C216C 469.85%);
  text-align: center;
  color: #FFFFFF;
  bottom: 60px !important;
}
.moreAboutYourSign .description {
  color: #FFFFFF;
  font-size: 16px;
}

.moreAboutYourSignContent {
  height: 100%;
  margin-left: 130px;
  margin-top: 30px;
}

.moreAboutYourSignImageWrap {
  position: absolute;
  left: -141px;
  top: 0;
  height: 100%;
}
.moreAboutYourSignImageWrap img {
  height: 100%;
}

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