/* Unique styles from resources/views/experiences/view.blade.php */
.cs-blog {
  margin-bottom: 30px;
}

.cs-blog h2 {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 29px;
  margin: 0 0 11px;
  position: relative;
  text-transform: uppercase;
}

.cs-blog::after {
  clear: both;
  content: "";
  display: block;
}

.blog-large .cs-media img {
  width: 100%;
}

.cs-blog-detail .cs-main-post img {
  width: 100%;
}

.cs-blog-detail .cs-main-post {
  margin-bottom: 25px;
}

.cs-blog-detail .cs-admin-post .cs-media figure,
.cs-blog-detail .cs-admin-post .cs-media figure img {
  border-radius: 100%;
}
