.sud-text-section .text-section-container {
  position: relative;
}
.sud-text-section .text-section-container .text-section-background, .sud-text-section .text-section-container .text-section-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sud-text-section .text-section-container .text-section-background img, .sud-text-section .text-section-container .text-section-overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sud-text-section .text-section-container .page-width {
  position: relative;
}
@media only screen and (max-width: 769.98px) {
  .sud-text-section .text-section-container .page-width {
    margin-bottom: 25px;
  }
}
.sud-text-section .text-section-container .page-width h1, .sud-text-section .text-section-container .page-width h2, .sud-text-section .text-section-container .page-width h3 {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 12px;
  line-height: 35px;
}
@media only screen and (max-width: 769.98px) {
  .sud-text-section .text-section-container .page-width h1, .sud-text-section .text-section-container .page-width h2, .sud-text-section .text-section-container .page-width h3 {
    line-height: 30px;
    margin-bottom: 12px;
  }
}
.sud-text-section .text-section-container .page-width .excerpt {
  height: 43px;
  overflow: hidden;
}
@media only screen and (max-width: 769.98px) {
  .sud-text-section .text-section-container .page-width .excerpt {
    height: 67px;
  }
}
.sud-text-section .text-section-container .page-width p, .sud-text-section .text-section-container .page-width ul, .sud-text-section .text-section-container .page-width ol {
  max-width: 700px;
  margin: 0 auto 12px;
  line-height: 21px;
}
.sud-text-section .text-section-container .page-width a {
  margin: 0 auto;
  padding: 8px 20px;
}
.sud-text-section .text-section-container img, .sud-text-section .text-section-container svg {
  width: 100%;
  height: auto;
}
