/* --------------------------------- */
     /* Blog post single item */
/* --------------------------------- */


    .richtext-blog {
      font-size: 24px;
      margin-top: -24px;
  }
  @media (min-width: 767px) {
    .richtext-blog {
      font-size: 60px;
      margin-top: -60px;
    }
  }

.blog-author-heading {
  display: none;
}


.body-container--blog-post {
  padding-top: 69px;
}

.blog-post {
  padding: 28px 0 43px !important;
  border-bottom: 1px solid #000;
}

.blog__image {
  border-radius: 8px;
  height: 204px;
  margin-bottom: 20px;
  width: 100%;
  object-fit: cover;
}

.blog-post__title {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}

.blog-index__post-time {
  font-size: 12px;
}

.blog-post__author {
  font-size: 14px;
  font-weight: 700;
  color: #2F1E45;
  margin-bottom: 5px;
}

.blog-post__bio {
  font-size: 14px;
  font-weight: 400;
  color: #00A9A0;
}

.blog-post__tags {
  margin-bottom: 13px;
  font-size: 11px;
}

.blog-post__body > span > p {
  font-size: 16px;
  line-height: 24px;
      margin: 0 0 1.5rem;
}

.blog-post__body > span > h2 {
  font-size: 24px;
  line-height: 28px;
  margin: 26px 0;
}

@media (min-width: 767px) {
  
  .blog-post {
    padding: 28px 0 46px !important;
  }

  .blog__image {
    height: 281px;
    margin-bottom: 25px;
  }

  .body-container--blog-post {
    padding-top: 91px;
  }

  .blog-post__title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 20px;
  }

  .blog-post__author {
    font-size: 16px;
  }

  .blog-post__bio {
    font-size: 16px;
  }

  .blog-post__tags {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .blog-post__body > span > p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 1.5rem;
  }

  .blog-post__body > span > h2 {
    font-size: 32px;
    line-height: 32px;
    margin: 36px 0;
  }
}

@media (min-width: 1023px) {
  
  .body-container--blog-post {
    padding-top: 108px;
  }
  
  .blog-post {
    padding: 50px 0 59px !important;
    border: none;
  }

  .blog__image {
    height: 578px;
    margin-bottom: 36px;
  }

  .blog-post__title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 32px;
  }
  
  .blog-index__post-time {
    font-size: 16px;
  }

  .blog-post__author {
    font-size: 18px;
    margin-bottom: 0;
  }

  .blog-post__bio {
    font-size: 18px;
  }

  .blog-post__tags {
    margin-bottom: 27px;
    font-size: 18px;
  }

  .blog-post__body > span > h2 {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  .blog__image {
    width: 1240px;
    margin-left: -193px;
  }
}


/* --------------------------------- */
      /* Blog post listing */
/* --------------------------------- */


.blog-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  gap: 20px;
  margin-bottom: 50px;
}

.blog-index__post-button-wrapper {
  position: absolute;
  bottom: 21px;
  right: 35px;
}

.blog-index__post-button {
  font-size: 12px;
}

.blog-index__post-button > span {
 color: #EE2170;
}

.blog-index__post-content {
  position: relative;
}

 .blog-index__post:first-child > .blog-index__post-content  > .blog-index__post-button-wrapper > .blog-index__post-button > span {
  color: #FFF;
}

  .blog-index__post:first-child > .blog-index__post-content > .blog-index__post-button-wrapper > .blog-index__post-button > span > .blog-index__post-button-icon{
    background: url(https://21050214.fs1.hubspotusercontent-na1.net/hubfs/21050214/arrow-white.svg) no-repeat;
  }

 .blog-index__post:first-child {
  padding: 0;
}

.blog-index__post:first-child  {
  width: 100vw;
  padding: 69px 0 0 0;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
   max-width: 100%;
}

.blog-index__post {
  width: 100%;
    padding: 16px;
  position: relative;
}

.blog-tag-heading {
  display: none;
}

.blog-index__post-tags {
  margin-bottom: 11px;

}

.blog-index__post-tag {
  width: fit-content;
  padding: 4px 16px;
  background: linear-gradient(111.49deg, rgba(237, 237, 237, 0.4) -8.95%, rgba(126, 126, 126, 0.01) 114%) ;
  border: 2px solid rgba(126, 126, 126, .1);
  color: #000;
/*     background-color: rgba(165, 255, 185, .7);
  border: 2px solid rgba(165, 255, 185, .9);  */
  font-size: 11px;
  border-radius: 25px;
}

.blog-index__post-tags > a{
  color: #000;
}

 .blog-index__post-title {
  font-size: 14px !important;
  }

.blog-index__post:first-child > .blog-index__post-content {
  width: calc(100% - 32px);
  left: 16px;
}
.blog-index__post:first-child > .blog-index__post-content  >  .blog-index__post-title {
  font-size: 24px !important;
}

.blog-index__post:first-child > .blog-index__post-content  >  .blog-index__post-title > a {
     font-family: 'Baskerville', Times, serif !important;
}

.blog-index__post:first-child > .blog-index__post-content  >  .blog-index__post-time {
     display: none;
}

.blog-index__post:first-child > a > img {
  max-height: 100%;
  width: 100%;
  height: 285px;
  margin-bottom: 0;
  border-radius: 0;
}


.blog-index__post:first-child > .blog-index__post-content > h2 {
  font-weight: 700;
  font-size:  24px;
  line-height: 28px;
   max-width: 285px;
  margin-bottom: 60px;
}

.blog-index__post:first-child > .blog-index__post-content > .blog-index__post-tags  > .blog-index__post-tag {
  background: linear-gradient(111.49deg, rgba(237, 237, 237, 0.4) -8.95%, rgba(255, 255, 255, 0.2163) 48.96%, rgba(255, 255, 255, 0.01) 114%);
  border: 2px solid rgba(255, 255, 255, .7);
  color: #FFF;
}


.blog-index__post:first-child > .blog-index__post-content {
    position: absolute;
    bottom: 10px;
    border: none;
    padding: 0px;
}

.blog-index__post:first-child > .blog-index__post-content > h2 > a {
color: #FFFFFF ;
}



.blog-index__post:first-child > .blog-index__post-content > .blog-index__post-button-wrapper {
    position: absolute;
    right: 0;
    bottom: 29px;
}


.blog-index__post-image-wrapper {
  width: 100%;
  position: relative;
}

.blog-index__post:first-child > .blog-index__post-content > .blog-index__post-author {
  display: none;
}

  .blog-index__post:first-child > a > .blog-index__post-gradient {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 78.12%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }

.blog-list-container {
  position: absolute;
  top: 200px;
}

.blog-post {
  margin: 0 auto;
  max-width: 854px;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}

.blog-post__tag-link {
  font-size: 0.875rem;
}

.blog-container {
  display: flex;
  position: relative;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 1;
}

.blog-title {
  position: absolute;
  top: 94px;
  color: #FFF;
  font-size: 24px;
  left: 16px;
}

.blog-author-heading,
.blog-tag-heading {
  padding: 0 1rem;
}

.blog-index__post-title-link {
  font-family: 'Montserrat', sans-serif !important;
}


.blog-index__post-content {
  padding: 24px;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;

  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}

.blog-index__post-button-wrapper {
  display: flex;
}

.blog-index__post-button > span {
  display: flex;
  align-items: center;
}

.blog-index__post-button-icon {
  background: url(https://21050214.fs1.hubspotusercontent-na1.net/hubfs/21050214/arrow-pink.svg) no-repeat;
  background-size: contain;
  object-fit: cover;
  margin-left: 12px;
  height: 12px;
  width: 12px;
}

.blog-index__post-image {
  display: block;
  max-width: 100%;
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: -1px;
}

.blog-index__post-title {
  font-size: 1.25rem;
}

.blog-index__post-timestamp {
  display: block;
}

.blog-index__post-author {
  align-items: center;
  display: flex;
}

.blog-index__post-author-image {
  border-radius: 50%;
  height: auto;
  margin-right: 0.35rem;
  width: 30px;
}


.blog-index__post-title,
.blog-index__post-timestamp,
.blog-index__post-author {
  margin: 0 0 0.7rem;
}

.blog-index__post-time {
  color: #B7B7B7;
  font-size: 12px;
}

.blog-index__post-content {
  min-height: 210px;
}

@media (min-width: 767px) {

  .blog-index__post:first-child > .blog-index__post-content  >  .blog-index__post-title{
    font-size: 36px !important;
  }
    .blog-index__post:first-child > .blog-index__post-content  >  .blog-index__post-summary{
    color: #FFF; !important;
  }
  .blog-index__post-title {
    font-size: 16px !important;
  }

  .blog-index__post:nth-child(2)  {
    margin-left: 87px;
  }

  .blog-index__post:nth-child(3)  {
    margin-right: 87px;
  }

  .blog-index__post:nth-child(4)  {
    width: 100%;
    margin: 0 87px;
  }
      .blog-index__post:nth-child(4) > .blog-index__post-content  >  .blog-index__post-summary{
    color: #FFF !important;
  }
  
    .blog-index__post:nth-child(4) > a > img  {
    height: 357px !important;
  }
  
  .blog-index__post:nth-child(4) > .blog-index__post-content {
    position: absolute;
    bottom: 35px;
    left: 104px; 
    border: none;
     padding: 0;
    max-width: 342px;
    min-height: auto;
    width: 100%;
  }
  
  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-tags  > .blog-index__post-tag {
  background: linear-gradient(111.49deg, rgba(237, 237, 237, 0.4) -8.95%, rgba(255, 255, 255, 0.2163) 48.96%, rgba(255, 255, 255, 0.01) 114%);
  border: 2px solid rgba(255, 255, 255, .7);
  color: #FFF;
}
  
  .blog-index__post:nth-child(4) > a > .blog-index__post-gradient {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 78.12%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }

  
  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-author {
    display: none;
  }
  
      .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-title {
  font-size: 24px !important;
  }
  
    .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-title > a {
      font-family: 'Baskerville', Times, serif !important;
  color: #FFF;
  }
  
  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-button-wrapper > .blog-index__post-button > span {
    color: #FFF
  }
  
  .blog-index__post:first-child > .blog-index__post-content > .blog-index__post-button-wrapper {
    bottom: 0;
    right: 88px;
  }
  
  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-button-wrapper {
    bottom: 0;
    right: -65px;
  }
  
  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-time {
    display: none;
  }
  


  .blog-index__post:nth-child(5)  {
    margin-left: 87px;
  }

  .blog-index__post:nth-child(6)  {
    margin-right: 87px;
  }

  .blog-index__post {
    position: relative;
    flex-grow: 1;
    width: calc(50% - 174px);
    padding: 0;
  }


  
  
  .blog-index__post:first-child  {
    padding-top: 91px;
  }

  .blog-index__post:first-child > .blog-index__post-content > h2 {

    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.03em;
    max-width: 384px;
    margin-bottom: 0; 
  }

  .blog-index__post:first-child > a > img {
    height: 535px;
  }

  .blog-index__post:first-child > .blog-index__post-content {
    bottom: 67px;
    left: 88px;
    border: none;
    margin: 0 auto;
    width: calc(100% - 172px);
  }

  .blog-index__post:first-child > .blog-index__post-content > .blog-index__post-button-wrapper {
    right: 0;
    bottom: 0;
  }

  .blog-index__post:first-child > .blog-index__post-content > .blog-index__post-button-wrapper > .blog-index__post-button {
    font-size: 15px;
  }

  .blog-index__post:first-child > .blog-index__post-content > div > .blog-index__post-button:after {
    height: 38px;
    width: 72px;
    background-image: URL(//14542817.fs1.hubspotusercontent-na1.net/hubfs/14542817/raw_assets/public/werkenbij/images/medium_arrow.svg);
  }

  .blog-title {
    top: 163px;
    font-size: 36px;
    left: 88px;
  }


  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-button-wrapper > .blog-index__post-button > span > .blog-index__post-button-icon{
    background: url(https://21050214.fs1.hubspotusercontent-na1.net/hubfs/21050214/arrow-white.svg) no-repeat;
  }
  @media (min-width: 1023px) {
    .blog-index__post:nth-child(5) > .blog-index__post-content > .blog-index__post-button-wrapper > .blog-index__post-button > span > .blog-index__post-button-icon{
      background: url(https://21050214.fs1.hubspotusercontent-na1.net/hubfs/21050214/arrow-white.svg) no-repeat;
    }

    .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-button-wrapper > .blog-index__post-button > span > .blog-index__post-button-icon{
      background: url(https://21050214.fs1.hubspotusercontent-na1.net/hubfs/21050214/arrow-pink.svg) no-repeat;
    }
  }
  
    .blog-index__post-image-wrapper--large {
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    flex: 1 1 100%;
    padding-left: 0;
  }
}

@media (min-width: 1023px) { 
  
  .blog-index__post-image {
    height: 286px !important;
  }
  
  .blog-index__post > .blog-index__post-content  > .blog-index__post-button-wrapper > .blog-index__post-button > span {
    font-size: 16px;
  }

  .blog-index__post-tags {
    margin-bottom: 25px
  }

  .blog-index__post-tag {
    font-size: 14px;
    padding: 5x 19x;
  }
  
  .blog-index__post-time {
    font-size: 16px !important;
  }
  

  .blog-index__post-title {
    font-size: 25px !important;
  }

  .blog-index__post {
    position: relative;
    flex-grow: 1;
    width: calc(33% - 100px);
  }
  
  .blog-index__post-content {
    min-height: 300px;
  }
  
  .blog-index__post:first-child  {
    padding-top: 108px;
  }

  .blog-index__post:first-child > .blog-index__post-content > h2 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -0.03em;
    max-width: 737px;
    margin-bottom: 0; 
  }

  .blog-index__post:first-child > a > img {
    height: 700px !important;
  }
  
  .blog-index__post:first-child > .blog-index__post-content {
    bottom: 100px;
    border: none;
    max-width: 1240px;
    width: calc(100% - 280px);
    left: 140px;
    margin: 0 auto;
  }

  .blog-index__post:first-child > .blog-index__post-content > .blog-index__post-button-wrapper {
    right: 108px;
    bottom: 0;
  }

  .blog-index__post:first-child > .blog-index__post-content > .blog-index__post-button-wrapper > .blog-index__post-button {
    font-size: 18px;
  }
  
  .blog-index__post:first-child > .blog-index__post-content > .blog-index__post-button-wrapper > .blog-index__post-button > span > .blog-index__post-button-icon{
    background: url(https://21050214.fs1.hubspotusercontent-na1.net/hubfs/21050214/arrow-white-big.svg) no-repeat;
    height: 16px;
    width: 21px;
  }
  .blog-index__post:first-child > .blog-index__post-content  >  .blog-index__post-title{
    font-size: 56px !important;
  }

  .blog-index__post:first-child > .blog-index__post-content {
    min-height: auto;
  }
  
  .blog-index__post:nth-child(4) > .blog-index__post-content {
    max-width: auto;
  }
    .blog-index__post:nth-child(4)  {
    width: 100%;
    margin: 0 87px;
  }
  

  
  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-tags  > .blog-index__post-tag {
  background: linear-gradient(111.49deg, rgba(237, 237, 237, 0.4) -8.95%, rgba(126, 126, 126, 0.01) 114%) ;
  border: 2px solid rgba(126, 126, 126, .1);
/*     background-color: rgba(165, 255, 185, .7);
    border: 2px solid rgba(165, 255, 185, .9);  */
    color: #000;
  }
  
  .blog-index__post:nth-child(4) > a > .blog-index__post-gradient {
    display: none;
  }
  
    .blog-index__post:nth-child(4) > .blog-index__post-content  >  .blog-index__post-summary{
    color: #2f1e45 !important;
  }
  
  .blog-index__post:nth-child(5) > .blog-index__post-content  >  .blog-index__post-summary{
    color: #FFF; !important;
  }
  
  .blog-index__post:nth-child(5) > a > .blog-index__post-gradient {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 78.12%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
  .blog-index__post:nth-child(5) > .blog-index__post-content > .blog-index__post-tags  > .blog-index__post-tag {
    background: linear-gradient(111.49deg, rgba(237, 237, 237, 0.4) -8.95%, rgba(255, 255, 255, 0.2163) 48.96%, rgba(255, 255, 255, 0.01) 114%);
    border: 2px solid rgba(255, 255, 255, .7);
    color: #FFF;
  }

  .blog-index__post:nth-child(4) > a > img  {
    height: 286px !important;
  }

  .blog-index__post:nth-child(4) > .blog-index__post-content {
    position: relative;
    left: 0;
    bottom: 0;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    padding: 24px;
    max-width: none;
    min-height: 300px;
  }

  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-author {
    display: block;
  }

  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-button-wrapper {
    display: block;
  }

  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-title {
    font-size: 25px !important;
  }

  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-title > a {
    font-family: 'Montserrat', sans-serif !important;
    color: #000;
  }

  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-button-wrapper {
    bottom: 21px;
    right: 28px;
  }

  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-time {
    display: block;
  }

  .blog-index__post:nth-child(5) > .blog-index__post-content {
    min-height: auto;
    max-width: 665px;
  }

  .blog-index__post:nth-child(4) > .blog-index__post-content > .blog-index__post-button-wrapper > .blog-index__post-button > span {
    color: #EE2170
  }

  .blog-index__post:nth-child(2),
  .blog-index__post:nth-child(3)  {
    max-width: 400px
  }

  .blog-index__post:nth-child(5)  {
    max-width: 853px;
  }
  
  .blog-index__post:nth-child(2)  {
    margin-left: 75px;
  }

  .blog-index__post:nth-child(3)  {
    margin-right: 0;
  }

  .blog-index__post:nth-child(4)  {
    width: calc(33% - 100px);
    margin: 0 75px 0 0;
  }


  .blog-index__post:nth-child(5)  {
    margin-left: 75px;
  }

  .blog-index__post:nth-child(5) > a > img  {
    height: 584px!important;
  }

  .blog-index__post:nth-child(5) > .blog-index__post-content {
    position: absolute;
    bottom: 135px;
    height: fit-content;
    left: 20px; 
    border: none;
    padding: 0;
    width: 100%;
  }
  
  .blog-index__post:nth-child(5) > .blog-index__post-content > .blog-index__post-button-wrapper {
    bottom: -115px;
  }


  .blog-index__post:nth-child(5) > .blog-index__post-content > .blog-index__post-author {
    display: none;
  }

  .blog-index__post:nth-child(5) > .blog-index__post-content > .blog-index__post-button-wrapper > .blog-index__post-button > span {
    color: #FFF
  }

  .blog-index__post:nth-child(5) > .blog-index__post-content > .blog-index__post-time {
    display: none;
  }


  .blog-index__post:nth-child(5) > .blog-index__post-content > .blog-index__post-title {
    font-size: 40px !important;
  }

  .blog-index__post:nth-child(5) > .blog-index__post-content > .blog-index__post-title > a {
    color: #FFF;
    font-family: 'Baskerville', Times, serif !important;
  }

  .blog-index__post:nth-child(6)  {
    margin-right: 75px;
    height: 568px;
  }
  
  .blog-title {
    top: 200px;
    font-size: 46px;
    left: 140px;
  }
}

@media (min-width: 1440px) {

  .blog-index__post:first-child > .blog-index__post-content {
    width: calc(100% - 368px);
    left: 184px;
  }

  .blog-index__post:nth-child(2)  {
    margin-left: 100px;
  }

  .blog-index__post:nth-child(4)  {
    margin-right: 100px;
  }

  .blog-index__post:nth-child(5)  {
    margin-left: 100px;
    width: calc(63% - 100px);
  }
  
  .blog-index__post:nth-child(5) > .blog-index__post-content {
    bottom: 20px;
    height: 232px;
    left: 82px; 
  }
  
  .blog-index__post:nth-child(5) > .blog-index__post-content > .blog-index__post-button-wrapper {
    bottom: 21px;
  }

  .blog-index__post:nth-child(6)  {
    margin-right: 100px;
    width: 380px;
  }

  .blog-title {
    left: 184px;
  }
}


/* --------------------------------- */       
      /* Blog related posts */
/* --------------------------------- */


.blog-related-posts .content-wrapper {
  padding-top: 43px;
}


.blog-related-posts {
  padding: 0 0 30px !important;
}

.blog-related-posts__title-global {
  font-size: 20px;
  margin: 0 0 30px !important;
}

.blog-related-posts h2 {
  text-align: left;
}

.blog-related-posts__post-time {
  font-size: 12px;
  color: #B7B7B7;
  margin-bottom: 18px;
}

.blog-related-posts__post {
  width: 100%;
  position: relative;
  padding: 0 0 30px;
}

.blog-related-posts__post-button {
  display: flex;
  align-items: center;
}

.blog-related-posts__post-button {
  font-size: 12px;
}

.blog-related-posts__post-button-icon {
  background: url(https://21050214.fs1.hubspotusercontent-na1.net/hubfs/21050214/arrow-pink.svg) no-repeat;
  background-size: contain;
  object-fit: cover;
  margin-left: 12px;
  height: 12px;
  width: 12px;
}


.blog-related-posts__post-image-wrapper {
  width: 100%;
}

.blog-related-posts__image {
  max-width: 100%;
  height: 182px;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: -1px;
}

.blog-related-posts__content {
  position: relative;
  padding: 24px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}

.blog-related-posts__title {
  font-size: 14px!important;
  min-height: 60px;
  margin: 0;
}

.blog-related-posts__post-button-wrapper {
  position: absolute;
  bottom: 21px;
  right: 28px;
}


.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 767px) {
  
  .blog-related-posts .content-wrapper {
    padding-top: 34px;
  }

  .blog-related-posts__title-global {
    font-size: 22px;
    margin: 0 0 20px !important;
        max-width: 100%;
    font-weight: 600;
  }
  
  .blog-related-posts__title {
    font-size: 16px !important;
  }

  .blog-related-posts__post {
    width: calc(50% - 15px);
    position: relative;
    padding: 0 0 30px;
  }
  
  .blog-related-posts__post-time {
    font-size: 14px;
  }
  
}

@media (min-width: 1023px) {
  
  .blog-related-posts .content-wrapper {
    padding-top: 59px;
    border-top: 1px solid #000;
  }

  .blog-related-posts__title-global {
    font-size: 30px;
    margin: 0 0 20px !important;
  }
  
  .blog-related-posts__title {
    font-size: 24px !important;
    min-height: 135px;
    margin-bottom: 15px;
  }

  .blog-related-posts__post {
    width: calc(33% - 10px);
    position: relative;
    padding: 0;
  }
  
  .blog-related-posts__post-button {
    font-size: 16px;
  }
  
  .blog-related-posts__post-time {
    font-size: 16px;
    margin-bottom: 0;
  }
  
  .blog-related-posts__image {
    height: 286px;
  }

  .blog-related-posts__post-button-wrapper {
    bottom: 30px;
  }
}


/* --------------------------------- */       
         /* Blog comments */
/* --------------------------------- */


.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}


.body-container--vacancy-post {
  padding-top: 69px;
}

.vacancy-post__banner {
  background: linear-gradient(to bottom, #321F45 90%, #FFF 20%);
  position: relative;
  padding: 51px 16px 0;
  overflow-x: clip;
}

.vacancy-post__banner-full {
  background: #321F45 !important;
}

.vacancy-post__banner-circle-section {
  max-width: 1240px;
  position: relative;
  margin: 0 auto;
}

.vacature-post__return {
  margin-bottom: 25px;
}

.vacature-post__return-icon {
  width: 20px;
}

.vacature-post__return-text {
  color: #FFF;
  font-size: 15px;
  margin-left: 10px;
}

.vacature-post__title {
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 22px;
}

.vacature-post__details-section {
  display: flex;
  align-items: center;
  margin-left: -13px;
  min-width: 150px;
}




.vacature-post__description {
  margin-bottom: 31px;
}

.vacature-post__button-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.vacature-post__share-button {
  display: flex;
  align-items: center;
  background-color: #00A9A0 !important;
  width: auto;
  height: 100%;
  padding: 19px !important;
  margin-bottom: 74px;
}

.vacature-post__details {
  margin-bottom: 30px;
}

.vacature-post {
  margin-bottom: 70px;
}

.vacature-post__share-icons {
  display: none; 
  align-items: center;
  height: 100%;
  padding: 11px 0;
  margin-bottom: 74px;
}

.vacature-post__share-button-link {
  display: flex;
  align-items: center;
  background-color: #00A9A0 !important;
  width: auto;
  height: 100%;
  padding: 8px !important;
  margin-left: 15px;
}

.vacature-post__button {
  background-color: #00A9A0 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  margin-bottom: 74px;
  padding: 19px 10px !important;
  border: none !important;
}

.vacature-post__description > div > span {
  color: #FFF;
  font-size: 16px;
  line-height: 24px;
}

.vacancy-post__banner-text {
  max-width: 854px;
  margin: 0 auto;
}

.vacature-post__image {
  width: 100%;
  filter: drop-shadow(0px 24px 34px rgba(0, 0, 0, 0.04));
  border-radius: 8px;
  height: 206px;
  object-fit: cover;
}

.vacancy-post {
  margin: 0 auto;
  max-width: 854px;
}




@media (min-width: 767px) {
  
  .vacature-index {
      max-width: 864px; 
  }
  
  .body-container--vacancy-post {
    padding-top: 91px;
  }

  .vacancy-post__banner {
    background: linear-gradient(to bottom, #321F45 80%, #FFF 20%);
    position: relative;
    padding: 66px 88px 0;
  }
  
.vacancy-post-circle-1 {
  position: absolute;
  left: 41px;
  top: 344px;
  width: 278px;
  height: 278px;
  background: #EE2170;
  opacity: 0.3;
  filter: blur(150px);
  }
  
  .vacancy-post-circle-2 {
    position: absolute;
    width: 278px;
    height: 278px;
    left: 471px;
    top: 70px;
    background: #EE2170;
    opacity: 0.3;
    filter: blur(150px);
  }

  .vacancy-post-circle-3 {
    position: absolute;
    width: 175px;
    height: 175px;
    left: 167px;
    top: 2px;
    background: #00A9A0;
    opacity: 0.2;
    filter: blur(60px);
  }
  
  .vacature-post__title {
    font-size: 40px;
    line-height: 32px;
    margin-bottom: 31px;
  }

  .vacature-post__details {
     justify-content: normal;
  }

  .vacature-post__return {
    margin-bottom: 34px;
  }

  .vacature-post__image {
    height: 390px;
  }
  
  
  .vacature-post__button {
  padding: 19px 88px !important;
    margin-bottom: 83px;
}
  
  .vacature-post__share-button {
    display: none;
  }
  
  .vacature-post__share-icons {
    display: flex;
    top: 0 !important;
    margin-bottom: 83px;
  }

  .vacature-post__description {
    margin-bottom: 33px;
  }
  
  .vacature-post__description > div > span {
    color: #FFF;
    font-size: 18px;
    line-height: 30px
  }

}

@media (min-width: 1023px) {
  
  .vacancy-post__banner {
    background: linear-gradient(to bottom, #321F45 80%, #FFF 20%);
    position: relative;
  }
  
  .vacancy-post-circle-1 {
    left: 56px;
    top: 329px;
    width: 387px;
    height: 387px;
  }
  
  .vacancy-post-circle-2 {
    width: 499px;
    height: 499px;
    left: 926px;
    top: 151px;
    opacity: 0.2;
  }

  .vacancy-post-circle-3 {
    width: 255px;
    height: 255px;
    left: 410px;
    top: 27px;
  }
  
  .body-container--vacancy-post {
    padding-top: 108px;
  }
  
  .vacature-post__return {
    margin-bottom: 51px;
  }
  
  .vacature-post__image {
    height: 483px;
  }

  .vacature-post__title {
    font-size: 60px;
    line-height: 80px;
    margin-bottom: 25px;
  }

  .vacature-post__description {
    margin-bottom: 70px;
  }
  
  .vacature-post__button {
    margin-bottom: 87px;
  }
  
    .vacature-post__share-icons {
    margin-bottom: 87px;
  }
  
  .vacature-post__description > div > span {
    font-size: 20px;
  }
}