.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.title-and-list-items-block {
  padding: 1em;
}
.title-and-list-items-block .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title-and-list-items-block .titles-desktop {
  text-align: left;
  padding: 0 8em 0 2em;
  -webkit-align-self: anchor-center;
  -ms-flex-item-align: anchor-center;
  align-self: anchor-center;
}
.title-and-list-items-block .titles-desktop .titles-first-section {
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.title-and-list-items-block .content-sections {
  padding: 8em 6em;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1299px) {
  .title-and-list-items-block .content-sections {
    padding: 4em 2em;
  }
}
@media only screen and (max-width: 759px) {
  .title-and-list-items-block .content-sections {
    padding: 2em;
  }
}
.title-and-list-items-block .prompts {
  background: #fff;
}
.title-and-list-items-block .prompts .titles-mobile {
  text-align: center;
  padding: 2em;
}
.title-and-list-items-block .prompts ul li {
  margin: 0 0.5em;
}
@media only screen and (min-width: 560px) {
  .title-and-list-items-block .prompts ul li:not(:last-child) .init-chat-btn {
    border-bottom: 1px solid rgba(126,114,126,0.2);
  }
}
@media only screen and (max-width: 759px) {
  .title-and-list-items-block .prompts ul li {
    border-top: 1px solid rgba(126,114,126,0.2);
  }
}
.title-and-list-items-block .prompts ul li:last-child .next-icon {
  background-color: #853585;
}
.title-and-list-items-block .prompts ul li:last-child .next-icon svg {
  color: #fff !important;
}
.title-and-list-items-block .prompts .init-chat-btn {
  width: 100%;
  padding: 1.3em 0;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}
@media only screen and (max-width: 759px) {
  .title-and-list-items-block .prompts .init-chat-btn {
    padding: 0.7em 0;
  }
}
.title-and-list-items-block .prompts .init-chat-btn .prompt-text {
  padding-left: 1em;
  letter-spacing: -0.24px;
}
.title-and-list-items-block .prompts .init-chat-btn .next-icon {
  margin: 0 0.5em;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0.3em 1em;
  background-color: #f7f5f9;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
@media only screen and (max-width: 759px) {
  .title-and-list-items-block .prompts .init-chat-btn .next-icon {
    padding: 0.2em 0.6em;
  }
}
