/* Content pages (contact/faq/blogs/about/privacy/terms) – live fd-page / blog extras */
.pc-content-page .fd-page-first-section {
  font-weight: 400;
}
.pc-content-page .Main-PeptidesList-Section {
  flex-shrink: 0;
}
.blog-image-arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(26, 63, 96, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card-section a:hover .blog-card {
  transform: translateY(-4px);
}
.pc-page-blogs .blog-card-section.container {
  max-width: 100%;
}
