/* line 3, templates/shaper_interagi/src/sass/global.scss */
.header-new {
  margin: 0px 0 39px;
  position: relative;
}

/* line 6, templates/shaper_interagi/src/sass/global.scss */
.header-new h4 {
  font-family: "ralewaybold";
  text-align: left;
  color: #525252;
  font-size: 20px;
}

/* line 13, templates/shaper_interagi/src/sass/global.scss */
.header-new a {
  color: #a03021;
  font-size: 12px;
  text-align: right;
  font-family: 'Open Sans';
  font-weight: 600;
}

/* line 21, templates/shaper_interagi/src/sass/global.scss */
.header-new:after {
  content: "";
  border-bottom: 1px dashed #707070;
  padding-top: 10px;
  width: 100%;
  position: absolute;
  bottom: -6px;
}

/* line 32, templates/shaper_interagi/src/sass/global.scss */
.dashed-ligth:after {
  content: "";
  border-bottom: 1px dashed #e3e3e3 !important;
}

/* line 37, templates/shaper_interagi/src/sass/global.scss */
.grid-1-2 {
  grid-template-columns: 1fr 2fr;
  display: grid;
  align-items: center;
}

@media (min-width: 768px) {
  /* line 37, templates/shaper_interagi/src/sass/global.scss */
  .grid-1-2 {
    grid-template-columns: 1fr 5fr;
  }
}

@media (max-width: 426px){
    section#servicos .grid-1-2 {
      grid-template-columns: 1fr 8fr !important;
  }
}
