#abandoned-survey {
  display: block;
  text-decoration-line: none;
  background: #FFE2E1;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#abandoned-survey .row {
  display: flex;
}
#abandoned-survey .wrapper {
  padding: 12px 45px 15px 45px;
}
#abandoned-survey img {
  max-width: 25px;
  max-height: 25px;
  height: auto;
  width: 100%;
  margin-right: 10px;
}
#abandoned-survey .text {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  color: #C83532;
  min-width: 437px;
}
#abandoned-survey .flex-center {
  display: flex;
  justify-content: center;
}
#abandoned-survey .finish {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  padding-right: 32px;
  background: url("../../img/main/arrow.svg") no-repeat right 4px;
  background-size: 17px 19px;
  margin-left: 50px;
}
#abandoned-survey .your {
  padding-left: 7px;
}
#abandoned-survey .mobile {
  display: none;
}
@media (max-width: 991px) {
  #abandoned-survey .mobile {
    display: block;
  }
  #abandoned-survey .pc {
    display: none;
  }
  #abandoned-survey .wrapper {
    padding: 12px 43px 15px 43px;
  }
  #abandoned-survey .flex-center {
    display: block;
  }
  #abandoned-survey .row {
    min-width: 212px;
    justify-content: center;
    margin-bottom: 7px;
  }
  #abandoned-survey .your {
    padding-left: 4px;
  }
  #abandoned-survey .finish {
    margin-right: auto;
    margin-left: auto;
    max-width: 166px;
    font-size: 15px;
    line-height: 24px;
    background: url("../../img/main/arrow.svg") no-repeat right 2px;
  }
  #abandoned-survey .text {
    display: block;
    font-size: 15px;
    line-height: 22px;
    min-width: unset;
  }
}

/*# sourceMappingURL=abandoned-survey.css.map */
