  /*!
 * Bootstrap Utilities v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.block-content--type-text .media.align-center {
  display: table;
  float: none;
}
.block-content--type-text .media.align-left {
  float: left;
}
.block-content--type-text .media.align-right {
  float: right;
}