.react__container--fullwidth-colored {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 40px;
  background: #f6f4f1;
}
.Faq .searchbox-wrapper {
  max-width: 680px;
  margin-bottom: 40px;
}
.faq_subcategory--title {
  margin: 30px 0;
}
.faq__list--title {
  margin: 30px 0;
}
‚ .faq__list--bullet-points {
  padding: 20px;
  min-width: 50%;
}
.faq__list--back--container {
  display: flex;
  width: 260px;
  height: 210px;
  flex-direction: column;
  background-color: #f5f5f5;
}
.faq__list--back--container div {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq__list--back--container .faq__list--back--text {
  cursor: none;
  padding: 0 30px;
}
.faq__list--navigation--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cl-4 {
  width: 33.33%;
}
.cl-3 {
  width: 25%;
}

.faq_subcategory--title {
  margin: 30px 0;
}

.Tile .tile__card {
  height: 141px;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease-in, color 0.3s ease-out;
  color: #4e4c4a;
  outline: none;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.Tile .tile__card:hover {
  background-color: #fffefe;
  cursor: pointer;
  text-decoration: underline;
  border-color: #4e4c4a;
}

