/**
 * Background colors for use in layouts.
 *
 * @see au_admin_ux_bootstrap_layouts_class_options_alter()
 */
.background--dark {
  background-color: #363434; }

.background--grey-transparent {
  background-color: rgba(52, 61, 70, 0.8); }

.background--light {
  background-color: #fbfaf8; }

.background--secondary {
  background-color: #f5f4f2; }

.background--light-grey {
  background-color: #f1f1f2; }

.background--menu {
  background-color: #777; }

.background--primary {
  background-color: #bca270; }

.background--primary-light {
  background-color: #efede8; }

.background--primary-transparent {
  background-color: rgba(188, 162, 112, 0.9); }

.promo-card {
  background-color: #fbfaf8;
  display: flex;
  flex-direction: column;
  padding: 2rem; }
  @media screen and (min-width: 767px) {
    .promo-card {
      align-items: center;
      flex-direction: row;
      padding: 5rem; } }

.promo-card__image {
  margin-bottom: 2.5rem;
  text-align: center; }
  @media screen and (min-width: 767px) {
    .promo-card__image {
      margin-bottom: 0;
      padding-right: 1.5rem;
      width: 50%; } }

.center-promo-content-container {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (min-width: 767px) {
    .center-promo-content-container {
      padding: 0 0 0 3em;
      justify-content: unset;
      width: 50%; } }

@media screen and (min-width: 767px) {
  .promo-card__content {
    width: 90%; } }

@media screen and (min-width: 767px) {
  .promo-card__content .promo-card__button {
    padding: 0; } }

.promo-card__title {
  font-family: "Roboto", "Franklin Gothic Medium", "Tahoma", sans-serif;
  padding-top: 1rem;
  position: relative; }
  .promo-card__title::before {
    border-bottom: 2px solid #ad8d52;
    content: '';
    height: 0.1rem;
    left: 0;
    max-width: 5rem;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  @media screen and (min-width: 767px) {
    .promo-card__title::before {
      display: none; } }

.promo-card__description {
  margin-bottom: 3rem;
  position: relative; }
  @media screen and (min-width: 767px) {
    .promo-card__description {
      margin-top: 1.5rem;
      padding: 0;
      padding-top: 1.5rem; }
      .promo-card__description::before {
        border-bottom: 2px solid #bca270;
        content: '';
        height: 0.1rem;
        left: 0;
        max-width: 5rem;
        position: absolute;
        top: 0;
        width: 100%; } }
