.paragraph--type--content.paragraph--view-mode--share {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .paragraph--type--content.paragraph--view-mode--share {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.paragraph--type--content.paragraph--view-mode--share .container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/themes/custom/charlesetalice_theme/assets/css/paragraph/../../images/shapes/shape-share.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 575px) {
  .paragraph--type--content.paragraph--view-mode--share .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 576px) {
  .paragraph--type--content.paragraph--view-mode--share .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .paragraph--type--content.paragraph--view-mode--share .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--content.paragraph--view-mode--share .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--content.paragraph--view-mode--share .container {
    max-width: 1200px;
  }
}
@media (min-width: 992px) {
  .paragraph--type--content.paragraph--view-mode--share .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 45px;
    padding: 90px 150px;
  }
}
.paragraph--type--content.paragraph--view-mode--share .container .field--name-field-picture-card img {
  max-height: 100px;
  width: auto;
}
@media (min-width: 992px) {
  .paragraph--type--content.paragraph--view-mode--share .container .field--name-field-picture-card img {
    -webkit-transform: translateY(-165px);
            transform: translateY(-165px);
    max-width: 250px;
    max-height: initial;
    width: initial;
  }
}
@media (min-width: 992px) {
  .paragraph--type--content.paragraph--view-mode--share .container .text {
    max-width: 325px;
  }
}
.paragraph--type--content.paragraph--view-mode--share .container h2 {
  color: #512851;
  font-size: 26px;
  margin-bottom: 25px;
  font-family: "Sniglet", cursive;
  line-height: 33px;
}
.paragraph--type--content.paragraph--view-mode--share .container .field--name-field-ctas a {
  padding-left: 0;
  padding-right: 0;
}
/*# sourceMappingURL=content--share.css.map */
