.paragraph {
  margin: auto;
  padding: 3rem 0;
  text-align: justify;
}
.paragraph .paragraph-title {
  font-size: 2rem;
  color: #000000;
}
.paragraph .paragraph-subtitle {
  font-size: 1.5rem;
  color: #000000;
}
.paragraph .card-body p:last-child {
  margin-bottom: 0;
}
.paragraph--type--cta {
  text-align: center;
}
.paragraph--type--cta .btn.btn-primary {
  font-size: 2rem;
  padding: 1.5rem 3rem;
}
.paragraph--type--image-text .row {
  flex-direction: row-reverse;
  align-items: center;
}
.paragraph--type--section-title {
  text-align: center;
}
.paragraph--type--section-title .paragraph-title {
  font-size: 2.5rem;
}
.paragraph--type--section-title .paragraph-subtitle {
  font-size: 2rem;
}
.paragraph--type--jumbotron .jumbotron {
  padding: 100px 50px 50px;
}
.paragraph--type--jumbotron .card-wrapper {
  max-width: 50%;
}
.paragraph--type--jumbotron .card-wrapper .card {
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.5);
}
.paragraph--type--jumbotron .card-wrapper .card .card-header {
  background: none;
  border: 0;
  padding: 20px 30px 0;
}
.paragraph--type--jumbotron .card-wrapper .card .card-header .paragraph-title {
  margin: 0;
}
.paragraph--type--jumbotron .card-wrapper .card .card-body {
  background: none;
  padding: 30px;
}
.paragraph--type--jumbotron .card-wrapper .card .card-footer {
  background: none;
  border: 0;
  padding: 0 30px 30px;
}
.paragraph--type--icons {
  text-align: center;
}
.paragraph--type--icons .container > .bg-custom > .row:last-child {
  margin-top: 1rem;
  justify-content: center;
}
.paragraph--type--icons .icon-item > div {
  margin: 0 auto 0.5rem;
  fill: #000000;
}
.paragraph--type--icons .icon-item .title {
  display: block;
  font-weight: bold;
}
.paragraph--type--icons .icon-item .description {
  display: block;
}
.paragraph--type--picture-gallery {
  text-align: center;
}
.paragraph--type--picture-gallery .swiper-picture-gallery-wrapper .t-swiper-picture-gallery {
  margin-bottom: 5px;
}
.paragraph--type--picture-gallery .t-swiper-picture-gallery-thumb {
  max-width: 1200px;
  margin: auto;
}
.paragraph--type--picture-gallery .t-swiper-picture-gallery-thumb .swiper-slide {
  opacity: 0.5;
}
.paragraph--type--picture-gallery .t-swiper-picture-gallery-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
