.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.justify-content-start {
  justify-content: flex-start;
}
.align-items-start {
  align-items: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-end {
  align-items: flex-end;
}
.flex-wrap-wrap {
  flex-wrap: wrap;
}

.text-html img {
  max-width: 100% !important;
  height: auto !important;
}
.text-html div {
  max-width: 100% !important;
}
.text-html p {
  max-width: 100% !important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.flex-1 {
  flex: 1;
}
a {
  text-decoration: none;
}
