.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.hero-value-prop-box .text-box {
  padding: 3em 10%;
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .hero-value-prop-box .text-box {
    padding: 3em 25%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .hero-value-prop-box .text-box {
    padding: 3em 20%;
  }
  .hero-value-prop-box .text-box p {
    padding: 0 20%;
  }
}
@media only screen and (min-width: 960px) {
  .hero-value-prop-box .text-box {
    padding: 6em 15%;
  }
  .hero-value-prop-box .text-box p {
    padding: 0 28%;
  }
}
.easy-two-column-content [fixed-width-tweak-upper] {
  overflow: hidden;
}
.easy-two-column-content p {
  padding-top: 0.5em;
}
.easy-two-column-content h3 {
  padding-top: 1.5em;
}
.easy-two-column-content .mr-btn {
  margin-top: 1.5em;
}
.easy-two-column-content .image-wrap,
.easy-two-column-content .text-area-wrap {
  padding: 2em;
}
.easy-two-column-content .image-wrap {
  padding-top: 0;
}
@media only screen and (min-width: 960px) {
  .easy-two-column-content .image-wrap.right,
  .easy-two-column-content .text-area-wrap.right {
    padding-left: 1em;
  }
  .easy-two-column-content .image-wrap.left,
  .easy-two-column-content .text-area-wrap.left {
    padding-right: 1em;
  }
  .easy-two-column-content .image-wrap {
    padding-top: 2em;
  }
  .easy-two-column-content .lg-float-right {
    float: right;
  }
}
.easy-cta-button {
  min-width: 21em;
}
