.banner {
  padding-top: 0;
}
.banner__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 11px 20px;
  border-radius: 7px;
  font-weight: bold;
  font-size: 15px;
  background-color: #ea005e;
  color: #fff;
  margin-bottom: 30px;
}
.banner__text {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.banner__btn {
  border: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  padding: 8px 10px;
  color: #fff;
}
@media all and (min-width: 992px) {
  .banner__content {
    justify-content: space-between;
  }
  .banner__text {
    width: auto;
    flex-grow: 1;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=redesign-banner.css.map */