.quem-somos {
  position: relative;
  background-color: #f0ffe6;
}

.quem-somos .container {
  position: relative;
  z-index: 2;
}

.quem-somos .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #f0ffe6;
  background-image: url('../img/quem-somos.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0%;
}

.quem-somos.modelo-template .overlay {
  opacity: .3;
}

.introducao {
  font-family: "classic-roman-std", "Poppins", sans-serif;
  line-height: 1;
  position: relative;
}

.introducao::before {
  content: '';
  width: 10px;
  height: 60px;
  background-color: #233119;
  position: absolute;
  left: -18px;
  top: 5px;
}

.container-quem-somos .thumbnail img {
  max-height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.container-quem-somos .conteudo {}

.container-quem-somos .actions .btn-quem-somos {
  border: 1px solid #233119;
  border-radius: 50px;
}

@media only screen and (max-width: 768px) {
  .quem-somos .overlay {
    background-image: none;
  }
  .quem-somos .text-body-4 {
    font-size: 1rem !important;
  }
  .introducao {
    margin-bottom: 1.5rem;
  }
}