body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical {
  height: 870px;
  width: 400px;
}
.vertical .upper-div {
  background-position: 100% 70%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 50px;
  border-radius: 15px;
}
.vertical .upper-div .heading {
  font-weight: bold;
  font-style: normal;
  font-size: 48px !important;
  line-height: 1.32;
  color: rgb(0, 0, 0);
}
.vertical .upper-div .banner-para {
  line-height: 1.32;
  color: rgb(0, 0, 0);
  font-family: Nunito;
  font-size: 18px;
}
.vertical .upper-div .offer-btn {
  padding: 13px 31px;
  display: inline-block;
  font-size: 22px;
  background-color: rgb(97, 85, 35);
  line-height: 1.32;
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-weight: bold;
}/*# sourceMappingURL=vertical.css.map */