.hero-servicos {
  width: 100%;
  padding-top: 223px;
  background: url("../images/breadcrumb-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 0px;
}

.hero-servicos .breadcrumb-servicos-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.hero-servicos .breadcrumb-servicos-links li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-servicos .breadcrumb-servicos-links a {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.hero-servicos .breadcrumb-servicos-link.active {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.hero-servicos .card-container {
  display: flex;
  flex-direction: column;
  transform: translateY(72px);
}

.hero-servicos .card {
  display: flex;
  padding: 80px;
  width: 100%;
  max-width: 819px;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  align-self: stretch;
  background: #fff;
  box-shadow: 0 0 250px 0 rgba(0, 0, 0, 0.1);
}

.hero-servicos .line {
  width: 100%;
  max-width: 819px;
  height: 8px;
  background: linear-gradient(90deg, #10aac9 0%, #002d4f 100%);
}

.hero-servicos .card h1 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -1.44px;
  text-transform: uppercase;
}

.hero-servicos .card p {
  color: #424242;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.hero-servicos .card .fale-com-especialista {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 56px;
  gap: 10px;
  border-radius: 8px;
  background: #34a853;
  text-decoration: none;
  color: #fbfaf7;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: background-color 0.3s ease;
}

.hero-servicos .card .fale-com-especialista:hover {
  background: #289144;
}

.servicos-page .servicos-page-display {
  display: none;
}

.servicos-page .servicos {
  background: #ffffff;
  padding-top: 152px;
}

@media (max-width: 768px) {
  .hero-servicos .card h1 {
    font-size: 32px;
    line-height: normal;
  }

  .hero-servicos .card p {
    font-size: 16px;
    line-height: normal;
  }

  .hero-servicos .card {
    padding: 48px;
  }
}

@media (max-width: 450px) {
  .hero-servicos .card {
    padding: 24px;
  }
}

@media (max-width: 380px) {
  .hero-servicos .card {
    padding: 16px;
  }
  .hero-servicos .card .fale-com-especialista {
    width: stretch;
  }
}