.sectionServicos {
  margin-top: 50px;
}

.sectionServicos .container {
  padding: 20px;
}

.sectionServicos .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.sectionServicos .sobtitle,
.sectionServicos .title,
.sectionServicos .text {
  width: 100%;
  text-align: center;
}

.sectionServicos .sobtitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-green2);
}

.sectionServicos .title {
  font-size: 48px;
  font-weight: 700;
  color: var(--background);
}

.sectionServicos .text {
  font-size: 16px;
  font-weight: 300;
  color: var(--background);
  max-width: 700px;
  margin: 0 auto;
}

.sectionServicos .servicos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.sectionServicos .card {
  border-radius: 16px;
  flex: 1 1 300px;
  max-width: 350px;
  min-width: 280px;
  background: #fff;
}

.sectionServicos .icon-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
  width: 80px;
  height: 80px;
  margin: 15px auto 0;
  background-color: var(--color-green2);
}

.sectionServicos .description-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.sectionServicos .description-card span {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.sectionServicos .description-card p {
  font-size: 16px;
  color: var(--color-cinza);
  text-align: center;
}

.sectionServicos .footer-card {
  display: flex;
  justify-content: center;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  color: var(--color-green2);
}

.sectionServicos .carousel-indicators {
  background-color: var(--background);
  opacity: 0.5;
}

.sectionServicos .carousel-item {
  text-align: center;
  height: 450px;
  max-width: 80%;
  margin: auto;
}
