.c-pullquote-share {
  margin: 0 auto;
  max-width: var(--crp-width-large);
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-pullquote-share__bg-image,
.c-pullquote-share__bg-image > div {
  width: 100%;
  height: 360px;
}
.c-pullquote-share__bg-image picture,
.c-pullquote-share__bg-image img,
.c-pullquote-share__bg-image > div picture,
.c-pullquote-share__bg-image > div img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.c-pullquote-share__bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pullquote-share__content {
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  display: flex;
  flex-flow: column;
  position: absolute;
  max-width: 740px;
  padding-block: 0 12px;
  padding-inline: 90px 16px;
}
@media (min-width: 768px) {
  .c-pullquote-share__content {
    padding-block: 16px;
  }
}

.c-pullquote-share__content .c-pullquote-share__heading {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 635px;
  position: relative;
}

@media (min-width: 768px) {
  .c-pullquote-share__content .c-pullquote-share__heading {
    margin-bottom: 20px;
  }
}
.c-pullquote-share__content .c-pullquote-share__heading::before {
  background-image: url("../../../images/ico-marks.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 47px 37px;
  width: 47px;
  height: 37px;
  content: "-";
  color: transparent;
  position: absolute;
  left: -80px;
  top: -4px;
}

@media (min-width: 768px) {
  .c-pullquote-share__content .c-pullquote-share__heading::before {
    left: -60px;
    top: -8px;
  }
}
.c-pullquote-share__content .c-pullquote-share__heading p {
  display: -webkit-box;
  max-width: inherit;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.c-pullquote-share__content .c-pullquote-share__heading,
.c-pullquote-share__content .c-pullquote-share__heading a {
  font-family: var(--crp-ff-heading);
  font-weight: var(--crp-fw-bold);
  font-size: 3.438rem;
  line-height: 3.75rem;
  color: var(--crp-color-black);
}

@media (min-width: 768px) {
  .c-pullquote-share__content .c-pullquote-share__heading,
  .c-pullquote-share__content .c-pullquote-share__heading a {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 767.98px) {
  .c-pullquote-share__content .c-pullquote-share__heading,
  .c-pullquote-share__content .c-pullquote-share__heading a {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .c-pullquote-share__attribution {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .c-pullquote-share__attribution {
    margin-bottom: 30px;
  }
}
.c-pullquote-share__attribution p,
.c-pullquote-share__attribution em {
  font-family: var(--crp-ff-heading);
  font-weight: var(--crp-fw-bold);
  letter-spacing: 1px;
  margin: 0;
  font-size: 1.125rem;
  color: var(--crp-color-black);
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .c-pullquote-share__attribution p,
  .c-pullquote-share__attribution em {
    font-size: 1rem;
  }
}
.c-pullquote-share__attribution em {
  font-family: var(--crp-ff-thin);
  font-weight: var(--crp-fw-thin);
  font-style: italic;
  font-size: 1rem;
}

.c-pullquote-share .c-intro-social {
  width: 100%;
  justify-content: end;
}