/*!
Theme Name: BD Gutenberg
*/

.text-megenta {
  color: var(--magenta);
}
.rr-featured-section .ps-heading {
  color: #fff;
}
.rr-featured-section .view-all-link {
  display: none;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
