/* Update Header Logo */
.page-header .logo {
  position: relative;
  width: 200px;
}

.page-header .logo:hover {
  opacity: 1;
}
.header-menu-wrapper .floating-logo {
    height: 100%;
    left: calc(50% - 815px);
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 200px;
}

@media (max-width: 768px) {
    .header-menu-wrapper .floating-logo {
        display: none;
    }
}

.header-menu-wrapper .floating-logo:before {
    background: url("../img/DHS_Primary Seal.svg") no-repeat left;
    background-size: 200px;
    content: '';
    height: 200px;
    left: 0;
    opacity: 0.05;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
}
.header-menu-wrapper .container {
	position: relative;
}

/* Update Footer logo */
.footer-top {
  padding: 12px 0;
}

.footer-logo {
  max-width: 200px;
}

/* Map */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-grid-map iframe {
  width: 100%;
  height: 100%;
}

.list-content li {
  --liY: 20px;
  padding-left: 40px;
  position: relative;
}
.list-content li:nth-child(n+2) {
  margin-top: var(--liY);
}
.list-content li:before {
  content: "—";
  color: #E1AE2E;
  position: absolute;
  top: 0px;
  left: 0px;
}
.list-content span {
  color: #E1AE2E;
}
.filter-btn {
  display: flex;
  padding: 17px 20px;
  border: 1px solid #cfd8d5;
  border-radius: 3px;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.1em;
  background-color: transparent;
  color: #e8eddf;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 180px;
  transition: all .3s ease-in-out;
  appearance: none;
}
.filter-btn:hover {
  background-color: #e8eddf;
  color: #000;
}

.lds-roller__wrapper {
  position: absolute;
  top: 100;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.lds-roller {
  margin: auto;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  grid-column-start: 2
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
  transform-origin: 40px 40px
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E1AE2E;
  margin: -4px 0 0 -4px
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.filter-results-label input,
.filter-tags-label .jcf-select {
  margin-top: 10px;
}
.frm_error_style,
.frm_error {
  color: red;
  font-size: 12px;
}
.frm_error {
  margin-top: 5px;
}
.peoples-form .frm_form_field {
  margin-bottom: 15px;
}
.frm_message {
  text-align: center;
}
@media (max-width: 1024px) {
  .header-nav {
    z-index: -1;
  }
}

@media (max-width: 360px) {
  .page-header .logo {
    width: 150px;
  }
}

/* Updating old styles */

.bgs-img:before {
  pointer-events: none;
}
.article-inner .bg-str img {
  transition: all .5s ease-in-out;
}
.article-inner:hover .bg-str img {
  transform: translate(-50%, -50%) scale(1.05);
}
.swiper-programm-ico {
  margin: 0 0 auto;
}
.swiper-programm-inner h4 {
  color: #fff;
}
.people-grid-list h2 {
  transition: color .3s ease-in-out;
}
.people-grid-list h2:hover {
  color: var(--base-link-color);
}
.article-info p,
.article-info h3 {
  color: #fff;
}
.nav a.has-submenu:after {
  bottom: -30px;
}
.result-search-block .result-list .result-title {
  text-transform: capitalize;
}

.img-txt-grid-with-btns:only-child {
  grid-column: 1/3;
}
.img-txt-grid-content:only-child {
  grid-column: 1/3;
}
.img-txt-grid > div .img-txt-grid-content:only-child p {
  max-width: none;
}
.img-txt-grid ul,
.img-txt-grid ol {
  padding-left: 20px;
}
.img-txt-grid ul li {
  list-style: disc
}
.img-txt-grid ol li {
  list-style: decimal
}

.bg-str-f video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.background-content::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CFDBD5;
  opacity: 0.8;
  z-index: 1;
}
.background-content__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.pagination-list {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #242423;
}

.page-header .online a {
  color: var(--base-text-color);
}

.content-grid-sidebar form button[type=submit] {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #242423;
  background: #e1ae2e;
  border-radius: 3px;
  border: 1px solid #e1ae2e;
  padding: 16px 30px;
}
.content-grid-sidebar form button[type=submit]:hover {
  opacity: 0.7;
}
.peoples-grid > div:only-child {
  grid-column: 1/3;
}
main > .breadcrumb:first-child {
  margin-top: 100px;
}

.page-template-blog #frm_form_5_container .frm_fields_container {
  display: flex;
  align-items: center;
}
.page-template-blog #frm_form_5_container .frm_form_field {
  width: 100%;
}
.page-template-blog #frm_form_5_container button[type=submit] {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: white;
}
.page-template-blog #frm_form_5_container button[type=submit]:hover {
  background-color: transparent;
}
.section-anchor ul,
.section-anchor ol,
.simple-content ul,
.simple-content ol {
  padding-left: 20px;
}
.section-anchor li,
.simple-content li {
  list-style: disc;
}
.section-anchor li li,
.simple-content li li {
  list-style: circle;
}

.block-info-list {
  padding: 0 !important;
}
.block-info-list li {
  list-style: none !important;
}
.swiper-programm-ico {
  width: 100px;
}
.swiper-programm-link {
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.swiper-programm-inner {
  height: 100%;
}
.online:before,
.tittle-with-ico:before {
	content: '';
    background: url(../img/DHS-Star.png) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
}

.embed-form-on{
	padding-top:100px;
	padding-bottom:50px;
}

.embed-form-on .container{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.embeded-banner-form{
	width: 100%;
	padding-left:25px;
    max-width: 423px;
}


.subscribe-banner{
  background: #FFFFFF;
  border-radius: 3px;
  padding:50px 50px;
  max-width: 480px;
}

.subscribe-banner h3{
  font-weight: 400;
  font-size: 38px;
  line-height: 40px;
  color: #333533;
  margin-bottom: 40px;
}

.subscribe-banner input[type=email]{
  font-size: 18px;
  background: #FFFFFF;
  border: 1px solid #C7C6C6;
  border-radius: 2px;
  height:60px;
  padding-left: 20px;
}

.subscribe-banner button[type=submit]{
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-style: solid;
  -webkit-transition: all var(--animation-duration) var(--animation-timing-function);
  transition: all var(--animation-duration) var(--animation-timing-function);
  text-align: center;
  text-transform: uppercase;
  min-width: 100%;
  line-height: 1;
  padding:20px;
  font-size: 18px;
  border-radius: 2px;
  border-width: var(--btn-b);
  line-height: 1.1;
  color: #242423;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  margin-top:20px;
}

.subscribe-banner button[type=submit]:hover{
  color: #E1AE2E;
  background-color: transparent;
  border-color: var(--accent-color-dark);

}

.subscribe-banner .frm_message{
  color:#000;
}

.subscribe-banner-wrapper{
  background-color: #333533;
}


.subscribe-banner-wrapper .bg-str-f{
  z-index: 0;
}

@media (max-width:992px){
	.embed-form-on .container{
		flex-direction:column;
	}

	.embed-form-on .container > div.mw-550{
		max-width:100%;
	}

	.embeded-banner-form{
		padding-left:0;
		padding-top:50px;
	}

  .subscribe-banner{
    margin-top:25px;
    padding: 30px !important;
  }

  .subscribe-banner h3{
    font-size:32px;
  }

  .subscribe-banner input[type=email]{
    height:50px;
  }

  .subscribe-banner button[type=submit]{
    padding:15px;
  }
}

/* ------------------------------------------------------------ *\
  New Landing Page
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'EB Garamond';
    src: url('../fonts/EBGaramond-Italic.woff2') format('woff2'),
         url('../fonts/EBGaramond-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* List */

.section-text-list {
  margin-bottom: 40px;
}

.section-text-list h3 {
  margin: -11px 0 33px;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 400;
  color: #242423;
}

.section-text-list h6 {
  margin: 0 0 10px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.2;
  color: #e1ae2e;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.03em;
}

.section-text-list p {
  margin: 0 0 17px;
  padding: 0 15px 15px;
  line-height: 1.2;
  border-bottom: 1px solid #979797;
  letter-spacing: 0;
}

@media (max-width: 1199px) {
  .section-text-list .mw-for-form2{
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .section-text-list .mw-550 {
    max-width: 46% !important;
    min-width: 46% !important;
  }

  .home .hero-wrapper .container h5,
  .home .hero-wrapper .container h1,
  .home .hero-wrapper .container p {
    max-width: 100%;
  }

  .hero-wrapper .container h5,
  .hero-wrapper .container h1,
  .hero-wrapper .container p {
    max-width: 46%;
  }
}

@media (max-width: 1024px) {
  .hero-wrapper .container h5,
  .hero-wrapper .container h1,
  .hero-wrapper .container p {
    max-width: 100%;
  }

  .section-text-list .mw-550 {
    max-width: 100% !important;
    min-width: 100% !important;
  }
}

@media (max-width: 769px) {
  .section-text-list {
    margin-bottom: 10px;
  }

  .section-text-list h3 {
    margin: 0 0 20px;
    font-size: 30px;
  }

  .block-submit._donation {
    text-align: center;
  }

  .donation-wrapper iframe {
    position: relative;
    max-width: 424px !important;
    overflow: hidden;
    margin: 0 auto;
  }
}

/* Text */

.section-image-text .img-txt-grid {
  padding-left: 15px;
  padding-right: 15px;
  align-items: flex-start;
}

.section-image-text .img-txt-grid .bg-str:before {
  padding-top: 104%;
}

.section-image-text .img-txt-grid .section__image img {
  aspect-ratio: 479/498;
  object-fit: cover;
}

.section-image-text .section__image p {
  padding-top: 9px;
  font-family: 'EB Garamond', 'Canela', serif;
  font-size: 18px;
  line-height: 1.7;
  color: #242423;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}

.section-image-text .section__content h2 {
  position: relative;
  padding: 60px 0 25px;
  margin: 0;
}

.section-image-text .section__content h2:before {
  position: absolute;
  top: 0;
  left: -18px;
  width: 37px;
  height: 37px;
  display: block;
  content: '';
  background: url(../img/ico-vector.svg) no-repeat 0 0;
  background-size: contain;
}

.section-image-text .section__content blockquote {
  margin-bottom: 22px;
  position: relative;
  border: 0;
  padding: 0 20px 0 50px;
}

.section-image-text .section__content blockquote:before {
  position: absolute;
  top: 11px;
  bottom: 9px;
  left: 0;
  width: 1px;
  height: auto;
  display: block;
  content: '';
  background: #333533;
}

.section-image-text .section__content blockquote p {
  margin: 0;
  font-size: 18px;
  line-height: 1.72;
  color: #333533;
  max-width: 380px;
}

.section-image-text .section__content h6 {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 1.7;
  color: #000000;
  text-transform: none;
}

.section-image-text .section__content h6:first-child {
  padding-top: 5px;
}

.section-image-text .section__content p {
  line-height: 1.7;
  color: #333533;
}

.section-image-text .section__actions {
  position: relative;
  text-align: center;
  margin-top: 59px;
}

.section-image-text .section__actions:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 50%;
  width: auto;
  height: 1px;
  margin-right: 165px;
  transform: translate(0, -50%);
  background: #cfdbd5;
  content: '';
  display: block;
}

.section-image-text .section__actions:after {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  width: auto;
  height: 1px;
  margin-left: 165px;
  transform: translate(0, -50%);
  background: #cfdbd5;
  content: '';
  display: block;
}

.section-image-text .section__actions a {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 32px 10px;
  width: 230px;
  height: auto;
  font-size: 14px;
  line-height: 1;
  color: #242423;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #cfdbd5;
  background: #fff;
  border-radius: 3px;
}

.section-image-text .section__actions a span {
  text-align: center;
}

.section-image-text .section__actions a.js-is-active span {
  display: none;
}

.section-image-text .section__actions a span + span {
  display: none;
}

.section-image-text .section__actions a.js-is-active span + span {
  display: block;
}

.section-image-text .section__actions a:hover {
  opacity: 1;
  background: #cfdbd5;
  color: #fff;
}

@media (max-width: 769px) {
  .section-image-text .section__content h2 {
    padding: 60px 0 20px;
  }

  .section-image-text .section__content h2:before {
    left: 0;
  }

  .section-image-text .section__content blockquote {
    margin-bottom: 20px;
    position: relative;
    border: 0;
    padding: 0 0 0 30px;
  }

  .section-image-text .section__content blockquote p {
    max-width: 100%;
  }

  .section-image-text .section__content h6 {
    margin-bottom: 20px;
  }

  .section-image-text .section__actions {
    position: relative;
    text-align: center;
    margin-top: 40px;
  }

  .section-image-text .section__actions:before {
    margin-right: 105px;
  }

  .section-image-text .section__actions:after {
    margin-left: 105px;
  }

  .section-image-text .section__actions a {
    padding: 20px 10px;
    width: 170px;
  }
}

@media (max-width: 660px) {
  .section-image-text .img-txt-grid {
    padding: 0;
    gap: 30px;
  }

  .section-image-text .section__image p {
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.4;
  }

  .section-image-text .section__content h2 {
    padding: 40px 0 20px;
  }

  .section-image-text .section__content h2:before {
    width: 30px;
    height: 30px;
  }

  .section-image-text .section__content blockquote {
    margin-bottom: 15px;
    padding: 0 20px 0 30px;
  }

  .section-image-text .section__content blockquote:before {
    top: 10px;
    bottom: 10px;
  }

  .section-image-text .section__content blockquote p {
    font-size: 16px;
    line-height: 1.5;
  }

  .section-image-text .section__content h6 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 1.5;
  }

  .section-image-text .section__content h6:first-child {
    padding-top: 0;
  }

  .section-image-text .section__content p {
    line-height: 1.5;
  }

  .section-image-text .section__actions {
    margin-top: 20px;
  }
}

/* Subsection */

.section-hide {
  display: none;
  min-width: 100%;
}

.section-image-text.section-image-text--subsection {
  padding: 55px 0 22px;
  overflow: hidden;
}

.section-image-text.section-image-text--subsection .container {
  padding: 0 0px 0 39px;
}

.section-image-text.section-image-text--subsection .section__content p {
  margin-bottom: 32px;
  padding-right: 70px;
}

.section-image-text.section-image-text--subsection .section__content blockquote {
  display: block;
  overflow: hidden;
  margin: 40px 0 32px;
  padding: 24px 0 22px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.section-image-text.section-image-text--subsection .section__content blockquote:before {
  display: none;
}

.section-image-text.section-image-text--subsection .section__content blockquote p {
  margin-bottom: 0;
  padding: 0;
  max-width: 100%;
  font-family: 'Canela', serif;
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  font-weight: 400;
}

.section-image-text.section-image-text--subsection .section__image {
  margin: 0 110px 0 121px;
  float: right;
  width: 40.59%;
}

.section-image-text.section-image-text--subsection .section__image img {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: translate(0, 0);
  aspect-ratio: 479/674;
  object-fit: cover;
  z-index: 2;
}

.section-image-text.section-image-text--subsection .section__image .bg-str:before {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 !important;
}

@media (max-width: 1299px) {
  .section-image-text.section-image-text--subsection .section__image {
    margin: 0 20px 0 70px;
    float: right;
    width: 42%;
  }
}

@media (max-width: 769px) {
  .section-image-text.section-image-text--subsection {
    padding: 30px 20px 22px;
  }

  .section-image-text.section-image-text--subsection .container {
    padding: 0;
  }

  .section-image-text.section-image-text--subsection .section__content p {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .section-image-text.section-image-text--subsection .section__content blockquote {
    margin: 30px 0;
    padding: 20px 0;
  }

  .section-image-text.section-image-text--subsection .section__content blockquote p {
    font-size: 26px;
  }
}

@media (max-width: 660px) {
  .section-image-text.section-image-text--subsection {
    padding: 40px 20px;
  }

  .section-image-text.section-image-text--subsection .container {
    padding: 0;
  }

  .section-image-text.section-image-text--subsection .section__content p {
    margin-bottom: 20px;
  }

  .section-image-text.section-image-text--subsection .section__content blockquote {
    margin: 20px 0;
    padding: 10px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .section-image-text.section-image-text--subsection .section__content blockquote p {
    font-size: 20px;
  }

  .section-image-text.section-image-text--subsection .section__image {
    margin: 0 0 20px;
    float: none;
    width: 100%;
  }
}

/* Section Two Columns */

.section-two-columns {
  padding: 128px 0 49px;
  margin-bottom: 0;
  background: #e1ae2e;
}

.section-two-columns .section__content {
  padding: 0 14px;
  column-count: 2;
}

.section-two-columns .section__content h6 {
  margin-top: -55px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.7;
  color: #333533;
  font-weight: 700;
  text-transform: capitalize;
  break-inside: avoid-column;
}
.section-two-columns .section__content * + h6 {
  margin-top: 0;
}

.section-two-columns .section__content p {
  padding: 0 60px 0 0;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.7;
  color: #333533;
  break-inside: avoid-column;
}

@media (max-width: 769px) {
  .section-two-columns {
    padding: 60px 0;
  }

  .section-two-columns .section__content {
    padding: 0;
    column-count: 1;
  }

  .section-two-columns .section__content h6 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .section-two-columns .section__content p {
    padding: 0 0 0 0;
    margin-bottom: 20px;
  }

  .section-two-columns .section__content p:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 660px) {
  .section-two-columns {
    padding: 50px 0;
  }

  .section-two-columns .section__content h6 {
    font-size: 16px;
    line-height: 1.5;
  }

  .section-two-columns .section__content p {
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}

/* Reversed */

.section-image-text.section-image-text--subsection.section-image-text--reversed {
  padding: 79px 0 20px;
  background: #fff url(../img/pseudo.png) no-repeat 100% 32px;
  overflow: hidden;
}

.section-image-text.section-image-text--subsection.section-image-text--reversed .section__content {
  padding-bottom: 55px;
  border-bottom: 1px solid #cfdbd5;
}

.section-image-text.section-image-text--subsection.section-image-text--reversed .section__image {
  float: left;
  margin: 0 100px 0 20px;
}

.section-image-text.section-image-text--subsection.section-image-text--reversed img {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: translate(0, 0);
  aspect-ratio: 479/449;
  object-fit: cover;
  z-index: 2;
}

@media (max-width: 769px) {
  .section-image-text.section-image-text--subsection.section-image-text--reversed {
    padding: 60px 20px 20px;
  }
  .section-image-text.section-image-text--subsection.section-image-text--reversed .section__image {
    margin: 0 70px 0 0;
  }

  .section-image-text.section-image-text--subsection.section-image-text--reversed .section__content {
    padding-bottom: 20px;
  }
}

@media (max-width: 660px) {
  .section-image-text.section-image-text--subsection.section-image-text--reversed {
    padding: 50px 20px 10px;
    background-size: 100px;
  }

  .section-image-text.section-image-text--subsection.section-image-text--reversed .section__content {
    padding-bottom: 10px;
  }

  .section-image-text.section-image-text--subsection.section-image-text--reversed .section__image {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
}