.tituos-serv {
  text-align: center;
  font-size: 2.5rem;
  color: white;
  font-weight: bolder;
}
#servicos1 {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.servico1-cont {
  margin: 0px 2%;
  border: 1px solid #232221;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #232221;

  .serico1-card-img {
    max-height: 158px;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;


    img {
      width: 100%;
      height: 100%;
    }
  }
  .servico1-card-text {
    background-color: #232221;
    h2 {
      font-size: 2.3rem;
      color: white;
      font-weight: bold;
      margin-top: 0px;
      padding-top: 30px;
      text-align: center;

    }
    p {
      font-size: 1.2rem;
      color: white;
      padding: 0px 20px;
    }
  }
}

.pc {
  #servicos1 {
    display: flex;
  }
  #servicos2 {
    display: flex;
  }

  .servico1-cont {
    padding: 0px 2vw;
    .serico1-card-img {
      max-height: none;
      border-radius: 0px;
      img {
        width: 70%;
        height: auto;
      }
    }
  }
}
