/* Post About Bindago page */

.post-about-page h1 {
  font-weight: 800;
  color: #000;
}

.post-about-screenshot {
  max-width: 450px;
  border: 1px solid #ced4da;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.post-about-ctas .btn {
  border-radius: 25px;
  font-weight: 700;
  min-height: 48px;
  border-width: 2px;
}

.post-about-cta-filled {
  background: #000;
  border-color: #000;
  color: #fff;
}

.post-about-cta-filled:hover {
  background: #fff;
  border-color: #000;
  color: #000;
}

.post-about-cta-outline {
  background: #fff;
  border-color: #000;
  color: #000;
}

button.post-about-cta-outline {
  cursor: pointer;
}

.post-about-cta-outline:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

@media (max-width: 576px) {
  .post-about-ctas .mr-2 {
    margin-right: 0 !important;
  }

  .post-about-ctas .btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
