.cw-info_box {
  position: relative;
  display: flex;

  padding: 40px 24px 18px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;

  border-radius: 24px;
  border: 1px solid #FFF;
  background: #F9F9FF;
}

.cw-info_box .cw-info_box__container-icon {
  padding: 0.5rem;

  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  left: 24.333px;
  top: -31px;

  border-radius: 16px;
  border: 1px solid #FFF;
  background: #F9F9FF;
}

.cw-info_box .cw-info_box__wrapper-label {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 2.8125rem;
  height: 2.8125rem;

  padding: 0.625rem 0.9375rem;

  border-radius: 8px;
  background: #FF3067;
  box-shadow: 0px 12px 20px 0px rgba(255, 48, 103, 0.24);

  width: 100%;
}

.cw-info_box .cw-info_box__label {
  color: #FFF;
  text-align: center;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.cw-info_box .cw-info_box__title {
  align-self: stretch;
  margin: 0px;
  color: #3B2A82;
  font-family: Outfit;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}

.cw-info_box .cw-info_box__subtitle {
  align-self: stretch;
  margin: 0px;
  color: #7A719B;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

/*# sourceMappingURL=cw_info_box.min.css.map*/