#leasing .quote-block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  max-width: 740px;
  padding: 0 20px;
}
#leasing .quote-title {
  font-weight: 600;
  margin-bottom: 0;
}
#leasing .quote-text {
  font-weight: 600;
  font-size: 1.15em;
  line-height: 1.2em;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 0;
  font-style: italic;
  padding: 0 46px;
  font-family: "Times New Roman", Times, serif;
}
#leasing .quote-rating {
  margin-top: 15px;
  margin-bottom: 0;
}
#leasing .quote-rating .bv_main_container.bv_inline_rating_container_left {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
#leasing .quote-mark-left {
  width: 38px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  fill: #60e2c9;
}
@media (min-width: 640px) {
  #leasing .quote-mark-left {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#leasing .quote-mark-right {
  width: 38px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  fill: #60e2c9;
}
@media (min-width: 640px) {
  #leasing .quote-mark-right {
    top: 50%;
    -webkit-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
}
#leasing .card-block .max-w-370 {
  max-width: 430px !important;
}
#leasing .card-block-large {
  border: solid 1px #32374b;
  -webkit-box-shadow: 0 3px 6px rgba(50, 55, 75, 0.16);
          box-shadow: 0 3px 6px rgba(50, 55, 75, 0.16);
  padding: 20px;
  display: block;
  background-color: white;
}
#leasing .card-block-large h3 {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 10px;
}
#leasing .card-block-large ul {
  padding-left: 30px;
  margin-top: 30px;
}
#leasing .card-block-large ul li {
  list-style-type: none;
  padding-bottom: 22px;
  line-height: 1.4em;
  font-size: 1em;
}
#leasing .card-block-large ul li::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: -30px;
  background-image: url(https://media.nisbets.com/images/theme/icons/nisbets/green-tick.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
}
#leasing .card-block-large ul li:last-of-type {
  padding-bottom: 0;
}
#leasing a .button {
  max-width: 200px;
  margin: 30px auto;
  text-decoration: none;
}
#leasing h3 {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 700;
}
#leasing p {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}