.studio-gallery-post-module .blog-post .project-client{
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #906BFF;
}

.studio-gallery-post-module .breadcrumbs{
  color: rgba(249, 250, 252, 0.8);
}

.studio-gallery-post-module .blog-post__meta .tags p{
  margin: 0px;
  color: rgba(249, 250, 252, 0.8);
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
.studio-gallery-post-module .blog-post__timestamp{
  color: rgba(249, 250, 252, 0.8);
}

.studio-gallery-post-module .blog-post__body p{
  color: rgba(249, 250, 252, 0.8);
}

.studio-gallery-post-module .blog-post .blog-cta{
  display: flex;
  column-gap: 16px;
  padding: 24px;
  border: 1px solid rgba(249, 250, 252, 0.5);
  border-radius: 8px;
  align-content: center;
  align-items: center;
  margin-bottom: 50px
}
.studio-gallery-post-module .blog-post .blog-cta p{
  width: 75%;
  margin: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #906BFF;
}
.studio-gallery-post-module .blog-post .blog-cta .button {
  min-width: 25%;
}
.studio-gallery-post-module .blog-post .blog-cta .button a{
  float: right;
}

.studio-gallery-post-module .blog-related-posts .content-wrapper p{
  color: #F8F8FA;
}

.studio-gallery-post-module .blog-related-posts__content a{
  color: #906BFF;
  font-size: 24px;
}
.blog-post .slider.slider-single img{
  width: 100%;
  max-height: 400px;
  border-radius: 7px;
  margin-bottom: 25px;
  margin-right: 16px;
  object-fit: contain;
}
.blog-post .slider.slider-nav img{
  width: 153px;
  margin: 8px;
  /*   height: fit-content; */
  max-height: 90px;
  border-radius: 3px;
  object-fit: contain;
}

.blog-post .slider.slider-nav {
  margin-bottom: 50px;
}

@media screen and (max-width: 600px){
  .studio-gallery-post-module .blog-post .blog-cta {
    flex-direction: column;
    row-gap: 16px;
  }
  .studio-gallery-post-module .blog-post .blog-cta p{
    text-align: center;
  }
}

@media screen and (min-width: 1000px){
  .studio-gallery-post-module .blog-related-posts__post {
    flex: 0 0 calc(100%/3);
    padding-bottom: 84px;
  }
}

@media (max-width: 768px) {
  .body-container--blog-post .content-wrapper {
    padding: 0 30px;
  }
  
  .blog-post .slider.slider-single img {
    border-radius:none;
    margin-right: none;
  }