.rendered-block span, .code-table span {
  color: inherit; }

.rendered-block .primary-text, .code-table .primary-text {
  color: #007bff; }

.rendered-block .secondary-text, .code-table .secondary-text {
  color: #fd7e14; }

.rendered-block span, .code-table span {
  color: inherit; }

.rendered-block .primary-text, .code-table .primary-text {
  color: #007bff; }

.rendered-block .secondary-text, .code-table .secondary-text {
  color: #fd7e14; }

.support-us {
  display: block;
  text-align: center;
  margin: 25px; }
  @media (min-width: 576px) {
    .support-us {
      margin: 35px; } }
  .support-us h4 {
    font-family: var(--font-luckiest, "Luckiest Guy", cursive);
    color: #0B486B;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px; }
    @media (min-width: 576px) {
      .support-us h4 {
        font-size: 26px; } }
  .support-us p {
    font-size: 12px;
    margin: 3px 0 15px 0;
    font-weight: 500;
    color: #495057; }
    @media (min-width: 373px) {
      .support-us p {
        font-size: 12px;
        margin-bottom: 15px; } }
    @media (min-width: 576px) {
      .support-us p {
        margin-bottom: 20px; } }

.support-us-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row; }
  .support-us-buttons .support-us-button {
    width: auto;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    border-radius: 7px;
    overflow: visible;
    margin: 0 5px;
    height: auto; }
    .support-us-buttons .support-us-button a {
      margin: 0;
      height: 100%; }
    .support-us-buttons .support-us-button .iyzAZC {
      height: 100%; }
    .support-us-buttons .support-us-button img {
      height: 25px;
      width: 101px;
      margin: 0;
      border: 0px; }
      @media (min-width: 576px) {
        .support-us-buttons .support-us-button img {
          height: 42px;
          width: 170px; } }
    .support-us-buttons .support-us-button.patreon img {
      border-radius: 20px; }

.about-us-wrapper {
  width: 100%;
  min-height: 100vh; }
  .about-us-wrapper .about-us-content {
    max-width: 900px;
    width: calc(100% - 10px); }
    @media (min-width: 576px) {
      .about-us-wrapper .about-us-content {
        margin: 0 auto; } }
  .about-us-wrapper .about-us-header {
    margin-bottom: 10px; }
    .about-us-wrapper .about-us-header h4 {
      margin-bottom: 20px;
      margin-right: 15px; }
      @media (min-width: 576px) {
        .about-us-wrapper .about-us-header h4 {
          margin-bottom: 30px; } }
  .about-us-wrapper .our-team-content img {
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    width: 100px; }
    @media (min-width: 576px) {
      .about-us-wrapper .our-team-content img {
        width: 150px; } }
  .about-us-wrapper .our-team-content:after {
    content: "";
    display: table;
    clear: both; }
  .about-us-wrapper .section {
    margin: 40px 0;
    display: block; }
