.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.home-value-props-section .value-props-static-image .static-image-text .text-line .text-line--indented {
  padding-left: 135px;
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .home-value-props-section .value-props-static-image .static-image-text .text-line .text-line--indented {
    padding-left: 115px;
  }
}
@media only screen and (max-width: 759px) {
  .home-value-props-section .value-props-static-image .static-image-text .text-line .text-line--indented {
    padding-left: 65px;
  }
}
.text-gray-background {
  background-color: #fbfbfb;
  color: #434343;
  line-height: 26px;
}
.text-gray-background a {
  color: #434343;
}
.text-gray-background .the-text-wrap {
  padding: 2em 5%;
}
