.accountList {
  gap: 0.3rem;
}
.aboutSide {
  gap: 0.3rem;
  flex-basis: 250px;
}
.aboutSide img {
  width: 100%;
  height: auto;
  border-radius: var(--windowCorner);
}
.textArea {
  flex-basis: 250px;
  flex-grow: 9999 !important;
}
.aboutText, .faqText {
  flex-basis: 250px;
}
.aboutText {
  flex-grow: 2 !important;
}
.flagList {
  gap: 0.3rem;
}
.flagList>span {
  height: 2rem;
  width: 100%;
  
  border-radius: var(--windowCorner);
  flex-basis: 20px;
  flex-grow: 1;
  flex-shrink: 1;
}
.triangle:before {
  width: 20px !important;
  border-radius: var(--windowCorner);
}
.smallFacts ul {
  padding-left: 0;
  list-style: none;
}