.gallery-description {
  padding-top: 44px;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .gallery-description {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.gallery-description .page-width {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px 80px;
}
.gallery-description .page-width.left {
  flex-direction: row;
}
.gallery-description .page-width.right {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 991.98px) {
  .gallery-description .page-width {
    flex-direction: column !important;
  }
}
.gallery-description .page-width .image-wrapper, .gallery-description .page-width .video-wrapper, .gallery-description .page-width .content-wrapper {
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .gallery-description .page-width .image-wrapper, .gallery-description .page-width .video-wrapper, .gallery-description .page-width .content-wrapper {
    flex-direction: column;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-description .page-width .image-wrapper, .gallery-description .page-width .video-wrapper, .gallery-description .page-width .content-wrapper {
    width: 50%;
  }
}
.gallery-description .page-width .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px 0;
}
@media only screen and (max-width: 991.98px) {
  .gallery-description .page-width .content-wrapper {
    order: 1;
  }
}
.gallery-description .page-width .content-wrapper.right {
  text-align: right;
  align-items: flex-end;
}
.gallery-description .page-width .content-wrapper.left {
  text-align: left;
  align-items: flex-start;
}
.gallery-description .page-width .content-wrapper.middle {
  text-align: center;
  align-items: center;
}
.gallery-description .page-width .content-wrapper.rte h1 + *, .gallery-description .page-width .content-wrapper.rte h2 + * {
  margin: 0;
}
.gallery-description .page-width .content-wrapper.rte p:last-child {
  margin: 0;
}
.gallery-description .page-width .content-wrapper.rte h2 {
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .gallery-description .page-width .content-wrapper.rte h2 {
    line-height: 1.3;
    font-size: 26px;
  }
}
.gallery-description .page-width .image-wrapper,
.gallery-description .page-width .video-wrapper {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .gallery-description .page-width .image-wrapper,
  .gallery-description .page-width .video-wrapper {
    order: 2;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.gallery-description .page-width .image-wrapper img, .gallery-description .page-width .image-wrapper video, .gallery-description .page-width .image-wrapper svg,
.gallery-description .page-width .video-wrapper img,
.gallery-description .page-width .video-wrapper video,
.gallery-description .page-width .video-wrapper svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-description .page-width .image-wrapper video,
.gallery-description .page-width .video-wrapper video {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .gallery-description .page-width .image-wrapper.hide-mobile,
  .gallery-description .page-width .video-wrapper.hide-mobile {
    display: none;
  }
}
.gallery-description .page-width .image-wrapper .swiper-wrapper,
.gallery-description .page-width .video-wrapper .swiper-wrapper {
  align-items: stretch;
}
.gallery-description .page-width .image-wrapper .swiper-slide,
.gallery-description .page-width .video-wrapper .swiper-slide {
  height: auto;
}
.gallery-description .trust-reviews {
  margin: 48px 24px;
}
.gallery-description .trust-reviews .tp-widget-review .author-and-date-info-wrapper .date {
  display: none !important;
}
