.blogpost-wrapper {
  margin-top: 64px;
}

.blog-post__timestamp {
  margin-bottom: 10px;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.blogpost-wrapper .row-fluid {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

.blogpost-related-posts .row-fluid {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.blogpost-wrapper h1 {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
}

@media only screen and (min-width: 900px) {
  .blogpost-wrapper h1 {
    font-size: 60px;
  }
}

.blogpost-wrapper .content-wrapper {
  max-width: 820px;
  margin-top: 67px;
}

blockquote p{
  font-size: 24px;
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  padding:32px 0;
}

blockquote{
  border: 0;
  margin:80px 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

blockquote:before{
  content:"";
  background-repeat:no-repeat;
  background-image: url("data:image/svg+xml,<svg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%27153%27%20height=%27110%27%20viewBox=%270%200%20153%20110%27%20fill=%27none%27><path%20d=%27M101.444%20108.808L94.3298%2098.5972C108.405%2091.3531%20115.392%2081.9807%20118.849%2073.7447C122.232%2065.6857%20122.221%2058.7459%20122.217%2056.0369C122.217%2055.9476%20122.217%2055.8629%20122.217%2055.783V55.2192L121.657%2055.2866C119.03%2055.6027%20116.268%2055.6658%20113.523%2055.4288C98.2621%2054.1034%2086.3008%2042.4266%2086.3008%2028.0035C86.3008%2012.8541%2099.497%200.500046%20115.831%200.500046C124.914%200.500046%20133.59%204.36813%20139.057%209.79602L139.058%209.79678C143.44%2014.1293%20146.794%2018.716%20149.057%2024.1803C151.319%2029.6458%20152.5%2036.0151%20152.5%2043.9255C152.5%2071.5502%20131.785%2096.4048%20101.444%20108.808ZM15.6431%20108.808L8.52895%2098.5972C22.6042%2091.3531%2029.591%2081.9807%2033.0482%2073.7447C36.4312%2065.6857%2036.4206%2058.7459%2036.4165%2056.0369C36.4164%2055.9476%2036.4162%2055.8629%2036.4162%2055.783V55.2192L35.8565%2055.2866C33.2294%2055.6027%2030.4667%2055.6658%2027.7224%2055.4288C12.4613%2054.1034%200.5%2042.4266%200.5%2028.0035C0.5%2012.8541%2013.6962%200.500046%2030.0303%200.500046C39.113%200.500046%2047.7896%204.36813%2053.2561%209.79602L53.2568%209.79678C57.6391%2014.1293%2060.9936%2018.716%2063.2559%2024.1803C65.5186%2029.6458%2066.6992%2036.0151%2066.6992%2043.9255C66.6992%2071.5502%2045.9846%2096.4048%2015.6431%20108.808Z%27%20stroke=%27%23C69C60%27/></svg>");
  height: 110px;
  background-size: 100%;
  background-position: 50%;
  min-width: 150px;
}

@media only screen and (max-width: 899px) {
  .blogpost-wrapper .content-wrapper {
    margin-top: 40px;
  }

  blockquote p{
    font-size: 18px;
    border-top: 0 none;
    padding:0 0 24px 0;
    margin-bottom:32px;
  }
  
  blockquote{
    margin:32px 0 0 0;
    padding-top:24px;
    border-top: 1px solid var(--gold);
    display: flex;
    flex-direction:column;    
    align-items:flex-start;
    gap: 24px;
  }
  
  blockquote:before{
    height: 57px;
    min-width: 75px;
  }
}

.blogpost-wrapper p, .blogpost-wrapper li {
  font-family:Comfortaa;
  line-height: 1.5;
}

.blogpost-wrapper h3 {
  font-size: 24px;
  font-weight: 600;
  line-height 1.5;
}

.blogpost-wrapper h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--gold);
}

.blogpost-wrapper ul, .blogpost-wrapper ol {
  padding-left: 16px;
}

.blogpost-wrapper li {
  margin-bottom: 24px;
}

section.blogpost-related-posts {
  background: transparent;
  margin: 80px 0 0;
}

@media only and (max-width: 900px) {
  .blogpost-related-posts {
    margin-top: 56px;
  }
} 

.blogpost-related-posts--title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
} 

.blogpost-related-posts .button-container {
  margin-top: 48px;
  justify-content: center;
}

.blog-related-posts__title {
  margin-bottom: 16px;
  font-size: 16px;
}
.blog-related-posts__content {
  min-height:242px;
  padding: 32px;
  background: #fff;
}

.blog-related-posts__content p,
.blog-related-posts__content h2,
.blog-related-posts__content h3 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 8px;
  font-family:Comfortaa;
}

.blog-related-posts__content .button-container {
  margin-top: 50px;
  justify-content: flex-start;
}

.blog-index__wrapper {
  position: relative;
}

.blog-index__wrapper img {
  min-height: 264px;
}

.blog-related-posts__content .button-container a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.related-posts-container {
  overflow: hidden;
}

.sharing{
  margin-top: 24px;
}


.sharing__list{
  margin-left: 12px;
  gap: 24px;
  list-style:none;
}

.sharing__list li{
  margin-bottom:0;
}

.sharing__heading{
  font-size:14px;
  font-weight:700;
}

@media only screen and (max-width: 899px) {
  .blogpost-wrapper .row-fluid.top-section {
    margin-left:16px;
    margin-right:16px;
 
  }
  .blogpost-wrapper h2{
    font-size:24px;
  }
}

.top-section{
  border-bottom: 1px solid rgba(35, 31, 32, 0.3);
  margin-bottom:80px;
}

.img-container--card {
    aspect-ratio: 386/264;
    overflow: hidden;
}

.img-container--card img{
  position: absolute;
  inset: 0;
}

.swiper-pagination{
  margin-bottom: -40px;
}


.blog-related-posts__post{
  filter: drop-shadow(0 8px 16px rgba(35,31,32,0));
  transition: filter .3s ease;
  will-change: filter;
}

.blog-related-posts__post:hover {  
  filter: drop-shadow(0 8px 16px rgba(35,31,32,.25));
}