/*
 * Custom CSS
 */

/* :root {
  /--bs-body-bg: var(--bs-gray-100);
} */

.rge {
  height: 70px;
  float: right;
  padding-left: 12px;
  padding-top: 10px;
}

@media (min-width: 1200px) {
  .rge {
    height: 100px;
    margin-left: 15px;
    vertical-align: middle;
    padding: 0;
    float: none;
  }
}