body .c-gallery-slider .c-gallery-slider .wp-caption-text,
body .c-wysiwyg .wp-caption .wp-caption-text {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
body .c-gallery-slider img {
  margin-left: auto;
  margin-right: auto;
}
body .mfp-title {
    text-align: center;
    line-height: 18px;
    padding-right: 0;
    padding-bottom: 3px;
}
body .c-gallery-slider .wp-caption-text {
    padding-right: 0;
    text-align: center;
}

.site-header .site-title a .logo-text {
  width: 8rem;
}

@media (max-width: 768px) {
  .site-header .site-title {
    width: 18.7675rem;
  }

  .site-header .site-title a .logo-text {
    width: 7rem;
  }
}