.ss-post-header-background {
  width: 100%;
}

.ss-post-header-title {
  position: absolute;
  width: 100%;
  margin-top: 5%;
  color: #2d6bb0;
}

.ss-top-image {
  aspect-ratio: 1.5/1;
  width: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 0.5rem;
}

.ss-content {
  text-align: center !important;
  margin: 2rem 0;
  border: 0.5px solid #a9a9a9;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
}

.ss-content .ss-content-title {
  color: #2d6bb0;
}

@media (max-width: 768px) {
  .ss-post-header-background {
    height: 125px;
    object-fit: cover;
  }
}
