.post__title {
  margin-bottom: 30px;
}

.post__card {
  padding: 30px;
  background-color: var(--bg-primary-color);
  border-radius: 16px;
}

.post__card > p {
  margin-bottom: 24px;
}

.post__card > .btn {
  max-width: 180px;
}

@media (max-width: 740px) {
  .post__title {
    margin-bottom: 20px;
  }

  .post__card {
    padding: 20px;
  }
}
