section.sobre__ensaio {
  margin-top: 0;
  padding-top: 50px;
  /* background: url(../img/bg-sobre-interna.jpg) center top no-repeat; */
}

/* Sobre */
.title__ensaio {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.title__ensaio:after {
  content: '';
  width: 150px;
  height: 4px;
  background: var(--laranja);
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.title__ensaio:before {
  content: '';
  width: 320px;
  height: 1px;
  background: #dedede;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.title__ensaio h4 {
  font-size: 24px;
  color: var(--laranja);
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 300;
}

.title__ensaio h3 {
  font-size: 45px;
  font-weight: 900;
  color: var(--verde);
  line-height: 100%
}

.sobre__ensaio {
  /* background: url(../img/bg-sobre.jpg) center center no-repeat; */
  /* background-size: cover; */
  padding: 150px 0;
  margin-top: -80px;
}

.sobre__ensaio .row {
  align-items: center;
}

.sobre__ensaio img {
  border-radius: 40px 0 40px 0;
  display: block;
}

.sobre__ensaio p {
  line-height: 30px;
  margin-bottom: 30px;
  padding-right: 40px;
}

.sobre__ensaio a {
  background: var(--laranja);
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 40px;
  text-transform: uppercase;
  font-family: var(--font);
  display: table;
  font-size: 14px;
  line-height: 14px;
}

.sobre__ensaio a:hover {
  background: var(--verde);
}


section.atendimento__nacional .title__ensaio {
  /* text-align: center; */
  margin-bottom: 0;
  margin-top: -120px;
}

/* section.atendimento__nacional .title__ensaio:after,
section.atendimento__nacional .title__ensaio:before {
  left: 7%;
  transform: translateX(-50%);
} */

section.atendimento__nacional .row {
  align-items: center;
}

section.atendimento__nacional .content {
  background: #fff;
  padding: 30px 2px;
}

section.atendimento__nacional .content img {
  display: block;
  margin-top: -30px;
  width: 100%;
}

section.atendimento__nacional h5 {
  font-size: 50px;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 30px;
}

section.atendimento__nacional p {
  line-height: 30px;
  font-size: 15px;
}



section.atendimento__nacional #lista_ensaios {
  line-height: 50px;
  font-size: 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 35px;
  width: 100%;
  list-style: disc;
}


@media (max-width:768px) {

  section.atendimento__nacional #lista_ensaios {
    line-height: 50px;
    font-size: 14px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px 30px;
    list-style: disc;
    padding-left: 20px;
  }

  .sobre__ensaio {
    padding: 40px 0px;
  }

  section.atendimento__nacional .title__ensaio {
    margin-top: -50px !important;
  }

  h3#sub_title_ensaio {
    font-size: 30px;
  }

}