.button-facebook {
  background: #1877f2;
  color: #fff;
  box-shadow: 0 8px 20px rgba(24, 119, 242, .2);
}

@media (max-width: 850px) {
  .cover-stage {
    min-height: 560px;
  }

  .cover-stage .primary-cover {
    width: min(300px, 58%);
    margin-left: -80px;
  }

  .cover-stage .secondary-cover {
    width: min(255px, 50%);
    right: 5%;
    bottom: 62px;
  }
}

@media (max-width: 560px) {
  .header-actions .button-facebook,
  .header-actions .button-whatsapp {
    width: 42px;
    min-width: 42px;
    height: 42px;
    padding: 0;
    overflow: hidden;
    font-size: 0;
  }

  .header-actions .button-facebook::before {
    content: "f";
    font: 800 23px/1 Arial, sans-serif;
  }

  .header-actions .button-whatsapp::before {
    content: "WA";
    font: 800 12px/1 Arial, sans-serif;
  }

  .cover-stage {
    min-height: 470px;
  }

  .cover-stage .primary-cover {
    width: 58%;
    margin-left: -70px;
  }

  .cover-stage .secondary-cover {
    width: 49%;
    right: 2px;
    bottom: 58px;
  }

  .cover-stage .cover-badge {
    right: 4px;
    bottom: 12px;
  }
}
