.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.for-best-experience {
  background-color: #f7f7f8;
}
.for-best-experience .best-wrap {
  padding: 1.5em 10%;
}
.for-best-experience .best-text {
  position: relative;
  padding-left: 2em;
}
.for-best-experience .best-text .icon-info {
  position: absolute;
  top: 0;
  left: 0;
}
.for-best-experience .icon-info {
  display: inline-block;
}
.for-best-experience .icon-x {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.basic-title-text .the-title {
  padding-top: 2em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .basic-title-text .the-text {
    padding: 0.5em 2%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .basic-title-text .the-text {
    padding: 0.5em 10%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .basic-title-text .the-text {
    padding: 0.5em 16%;
  }
}
@media only screen and (min-width: 960px) {
  .basic-title-text .the-text {
    padding: 0.5em 15%;
    padding-bottom: 2em;
  }
}
