.breadcrumb {
  background: #001918;
  position: relative;
  padding: 7.5rem 0;
}

.breadcrumb-links {
  margin-bottom: 32px;
}

.breadcrumb h1 {
  margin-bottom: 32px;
}

.breadcrumb p {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 32px;
}

.servicos {
  background-color: #f7f7f7;
  padding: 5rem 0;
}

.servicos h2 {
  color: #121212;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -1.08px;
  margin-bottom: 80px;
}

.servicos-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.servicos-cards__card {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 32px;
}

.servicos-cards__card-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #f7f7f7;
  padding: 12px;
}

.servicos-cards__card h3 {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 24px 0;
}

.servicos-cards__card p {
  color: #424242;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}

.servicos-cards__card .primary-btn {
  width: 100%;
  padding: 16px 32px;
}

@media screen and (min-width: 768px) {
  .servicos-cards {
    grid-template-columns: 1fr 1fr;
  }
  .breadcrumb::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../images/breadcrumb.webp) no-repeat center;
    background-size: cover;
  }
  .breadcrumb h1,
  .breadcrumb p {
    width: 45%;
  }
}

@media screen and (min-width: 1024px) {
  .servicos-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
