.success-story-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem auto;
  margin-left: 0;
}

.success-stories-content {
  margin-top: 3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.success-stories-content-articles {
  width: 66.666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.success-stories-article {
  width: 46%;
  margin-bottom: 1.5rem;
  position: relative;
  margin-right: 1rem;
  margin-left: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d1d1d1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

  .success-stories-article:hover {
    border-bottom: 1px solid #3a3a3a;
  }

    .success-stories-article:hover .success-stories-article-preview-background {
      opacity: 1;
    }

    .success-stories-article:hover .success-stories-article-preview-more {
      opacity: 1;
    }

.success-stories-article-preview-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(0,0,0,0.4);
}

.success-stories-article-preview-more {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  font-family: "Bebas Neue";
  font-weight: 700;
  color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.success-stories-article-title {
  color: #767676;
  line-height: 1.1;
  font-size: 1.125rem;
  padding-bottom: .75rem;
}

.success-stories-article-description {
  color: #767676;
  line-height: 1.1;
  font-size: 1rem;
}

.success-stories-article-preview {
  margin-bottom: 1rem;
  position: relative;
}

.success-stories-article-preview-cutcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  background-color: #ef0f33;
  padding: .32rem;
  font-family: "Bebas Neue";
  font-weight: 700;
}

.success-stories-article-preview-img {
  height: 175px;
  width: 100%;
  max-width: 100%;
}

.success-stories-content-quotes {
  width: 300px;
  max-width: 300px;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.success-stories-content-quotes-title {
  line-height: 1.2;
  font-size: 1.32rem;
  margin-bottom: 1.5rem;
}

.success-stories-modal-quote.collapsing {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.success-stories-quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
}

.success-stories-quote-text {
  line-height: 1.5;
  font-size: 0.75rem;
  margin-top: 2rem;
}

.success-stories-quote-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-stories-quote-preview-caption {
  line-height: 1.5;
  font-size: 1rem;
  padding-left: 1rem;
}

.success-stories-quote-preview-img {
  width: 88px;
  min-width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}

.success-stories-modal-quote {
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 8px 15px 0 rgb(0 0 0 / 9%);
  padding: 3rem;
}

.success-stories-modal-quote-title {
  font-size: 2.25rem;
  line-height: 1.2;
  margin: 1.5rem 1rem 3rem;
}

.success-stories-modal-quote-content {
  margin: 0 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.success-stories-modal-quote-img {
  height: 175px;
  max-width: 100%;
}

.success-stories-modal-quote-img-quote {
  position: absolute;
  right: 3rem;
}

.success-stories-modal-quote-text {
  width: 60%;
}

.success-stories-modal-quote-img-block {
  width: 40%;
  position: relative;
}

.success-story-header-date {
  margin-bottom: 1rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 800px;
  color: #fff;
  background-color: #ef0f33;
  padding: 0.31rem;
  font-family: "Bebas Neue";
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.success-story-content-other-article {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.success-story-content-other-article-title {
  color: #767676;
  line-height: 1.1;
  font-size: 1.125rem;
  margin-bottom: .75rem;
}

.success-story-content-other-article-description {
  color: #767676;
  font-size: 0.9rem;
}

.success-story-content-other-article-cutcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  background-color: #ef0f33;
  padding: .32rem .5rem;
  font-family: "Bebas Neue";
  line-height: 1.1;
  font-weight: 700;
}

.success-story-content-other-article-preview .success-story-content-other-article-img ~ .success-story-content-other-article-cutcaption {
  position: absolute !important;
}

.success-story-content-other-article-preview .success-story-content-other-article-cutcaption:first-child {
  position: unset;
}

.success-story-content-other-article-img {
  width: 290px;
  height: 137px;
}

.success-story-content-other-article-preview {
  margin-bottom: 1rem;
}


@media (max-width: 1449px) {
  .success-story-bottom-social-favorites {
    margin-right: 8rem;
  }
}

@media (max-width: 1223px) {
  .success-stories-article {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .success-stories-content-articles {
    width: 100%;
    margin: 0;
  }

  .success-stories-article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .success-stories-content-quotes {
    display: none;
  }

  .success-story-header-social-favorites-text {
    display: none;
  }

  .success-story-header-social-share-text {
    display: none;
  }

  .success-story-bottom-social-favorites-text {
    display: none;
  }

  .success-story-bottom-social-share-text {
    display: none;
  }

  .success-story-header-social-share-link {
    margin: 0 .24rem;
  }

  .success-story-bottom-social-share-link {
    margin: 0 .24rem;
  }
}

.special__wrapper .success-stories-content-quotes {
  width: 350px;
  max-width: 350px;
}

.special__wrapper .success-story-header-date {
  background-color: black;
}

.special__wrapper .success-story-content-other-article-cutcaption,
.special__wrapper .success-story-content-other-article-preview .success-story-content-other-article-img ~ .success-story-content-other-article-cutcaption {
  position: unset !important;
  background-color: black;
  line-height: 2.8rem !important;
}

.special__wrapper .success-story-content-other-article-img {
  display: none;
}

.special__wrapper .success-stories-article-preview .success-stories-article-preview-img,
.special__wrapper .success-stories-article-preview .success-stories-article-preview-more,
.special__wrapper .success-stories-article-preview .success-stories-article-preview-background {
  display: none;
}

.special__wrapper .success-stories-article-preview .success-stories-article-preview-cutcaption {
  position: unset !important;
  background-color: black;
}

.special__wrapper .success-stories-article {
  width: 100%;
}

.special__wrapper .success-stories-quote-preview-img {
  display: none;
}

.special__wrapper .success-stories-quote-preview {
  padding: 15px;
  border: 1px solid black;
}