body.home #masthead {
  background-color: transparent;
}

body.home #content {
  margin-top: 0;
}

/* ABOUT US SECTION */
body.home #o-nas {
  padding-right: 0 !important;
}

body.home #o-nas > div {
  max-width: var(--grid-outer);
}

body.home #o-nas .left-column {
  max-width: 678px;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  body.home #o-nas {
    padding: 0 !important;
  }

  body.home #o-nas .left-column {
    padding: 0 16px;
  }
}
/* END OF ABOUT US SECTION */

/* RANGE OF SERVICE SECTION */
body.home #zakres-usług::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 634px;
  background-color: var( --e-global-color-secondary );
}

@media screen and (max-width: 767px) {
  body.home #zakres-usług::before {
    height: 866px;
  }
}
/* END OF RANGE OF SERVICE SECTION */

/* TESTIMONIALS SECTION */
body.home .testimonials-section.without-blog {
  background-color: white !important;
}

body.home .testimonials-section.without-blog h2,
body.home .testimonials-section.without-blog h5,
body.home .testimonials-section.without-blog .testimonials-element-content,
body.home .testimonials-section.without-blog .testimonials-element-author,
body.home .testimonials-section.without-blog .testimonials-navigation {
  color: var(--e-global-color-text) !important;
}
/* END OF TESTIMONIALS SECTION */