.fbt-hero .hero-title.h1-graphic-title .graphic-title img{
  margin-left: 0;
  margin-bottom: 30px;
}

@media only screen and (min-width:992px){
  .fbt-hero .hero-title.h1-graphic-title .graphic-title img{
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1400px){
  .layout-hero.fbt-hero{
    background-image: url('https://www.domesticworkers.org/wp-content/uploads/2023/03/fbt-header-graphic-with-gradient.jpg') !important;
    background-color: #222222;
    background-position: right center;
    background-size: contain;
  }
}

@media only screen and (min-width: 1400px){
  .layout-hero.fbt-hero .hero-graphic{
    opacity: 0;
  }
}

@media only screen and (min-width: 1400px){
  .layout-hero.fbt-hero .hero-body p{
    padding-right: 180px;
  }
}

.layout-hero .hero-body p span{
  color: #E15646;
  display: block;
  margin-top: 15px;
}

.fbt-partners.layout-flexible-text .container{
  max-width: 1400px;
}

.fbt-partners.layout-flexible-text .container .layout-section-text{
  max-width: 1400px;
}

.fbt-partners{
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

@media only screen and (min-width: 992px){
  .fbt-partners{
    padding-bottom: 115px;
  }
  
}

@media only screen and (min-width: 1200px){
  .fbt-partners{
    padding-bottom: 80px;
  }
  
}

.fbt-partners:after{
  background-image: url('https://www.domesticworkers.org/wp-content/uploads/2023/03/fbt-footer-graphic.svg');
  background-position: center bottom;
  content: " ";
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 60px;
  pointer-events: none;
}

.fbt-partners ul{
  margin: 30px 0 0;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.fbt-partners ul li{
  list-style-type: none;
  display: inline-block;
  margin: 5px 5px 5px 0;
  padding: 0;
  line-height: 13px;
  font-size: 14px;
  color: #AAA;
}

.fbt-partners ul li + li {
  margin-top: 5px;
}

.fbt-partners ul li:after {
  content: '\2022';
  color: #E15646;
  padding: 0 0 0 10px;
  font-size: 21px;
  line-height: 13px;
  transform: translateY(1px);
  display: inline-block;
  overflow: hidden;
}

.page-class-fbt .list-of-items.image-height-large .item-image {
  height: auto;
  margin-bottom: 0;
}

@media only screen and (min-width: 1400px){
  .page-class-fbt .fbt-victories .list-of-items-4-columns-text .item{
    flex: 0 0 17%;
  }
}

.page-class-fbt .full-width-image .container,
.page-class-fbt .full-width-image .layout-section-text{
  max-width: none;
  padding: 0;
}