body {
  background-color: #f6f5f5;
}

.breadcrumb-links-link.active,
.breadcrumb-links-link a {
  color: #121212;
}

.breadcrumb-links svg path {
  fill: #121212;
}

.breadcrumb-bg {
  position: relative;
  padding: 5rem 0;
}

.solucoes-categoria-header {
  position: relative;
  padding: 4rem;
  z-index: 1;
  background: #fff;
  border-radius: 10px 75px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  transform: translateY(160px);
}

.solucoes-categoria-header h2 {
  color: #000;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 24px;
  text-align: left;
}

.solucoes-categoria-header p {
  color: #424242;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px;
}

.breadcrumb-links {
  justify-content: flex-start;
}

.breadcrumb .container {
  width: 100%;
}

.solucoes-categoria {
  padding: 5rem 0;
}

.solucoes-categoria-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 2.5rem;
}

.solucoes-categoria-cards__card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.solucoes-categoria-cards__card img {
  border-radius: 10px 50px 0 0;
  width: 100%;
  object-fit: cover;
}

.solucoes-categoria-cards__card-content {
  padding: 24px;
  background-color: #fff;
  height: 100%;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.solucoes-categoria-cards__card-content h3 {
  color: #121212;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 8px;
}

.solucoes-categoria-cards__card-content p {
  color: #5c5c5c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 16px;
}

@media (max-width: 1280px) {
  .solucoes-categoria-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .solucoes-categoria-header h1 {
    font-size: 3rem;
  }
  .solucoes-categoria-header {
    transform: translateY(120px);
  }
  .solucoes-categoria-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .solucoes-categoria-header {
    max-width: 100%;
    padding: 2.5rem;
    transform: translateY(80px);
  }
  .solucoes-categoria-header h1 {
    font-size: 2.5rem;
  }
  .solucoes-categoria-cards {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb-bg {
    padding: 10rem 0;
  }
}
