.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.terms-conditions-layout {
  margin: 0 auto;
  padding: 10px 15px 0 15px;
}
.terms-conditions-layout ul {
  margin-left: 15px;
}
.terms-conditions-layout li {
  list-style-type: disc;
  margin-bottom: 10px;
}
@media only screen and (min-width: 560px) {
  .terms-conditions-layout {
    max-width: 679px;
    padding-top: 50px;
  }
}
