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

.servico-header .container {
  display: grid;
  grid-template-columns: 1fr;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.09);
  border-radius: 20px;
}

.servico-header__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.servico-header__image img {
  width: 100%;
  height: 348px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.servico-header__content {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.servico-header__content-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 40px;
  border: 2px solid #8e98a8;
}

.servico-header__content h2 {
  color: #292929;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1.08px;
  margin: 32px 0;
}

.servico-header__content p {
  color: #4a5565;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}

.servico-header__content ol,
.servico-header__content ul {
  padding-left: 24px;
  margin-bottom: 32px;
}

.servico-header__content li {
  color: #4a5565;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 4px;
}

.servico-header__content p strong {
  color: #000;
  font-weight: 500;
}

.servico-article {
  padding: 5rem 0;
}

.servico-article h2 {
  color: #121212;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 24px 0 16px;
}

.servico-article h3 {
  color: #121212;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 24px 0 16px;
}

.servico-article h4 {
  color: #121212;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 24px 0 16px;
}

.servico-article p {
  color: #424242;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 8px 0 16px;
}

.servico-article ol,
.servico-article ul {
  padding-left: 24px;
}

.servico-article li {
  color: #424242;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0 0 4px;
}

.servico-article > *:first-child {
  margin-top: 0;
}

.servico-article > *:last-child {
  margin-bottom: 0;
}

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

@media screen and (min-width: 768px) {
  .servico-header__content h2 {
    font-size: 2.25rem;
  }
  .servico-article h2 {
    font-size: 1.75rem;
  }
  .servico-article h3 {
    font-size: 1.5rem;
  }
  .servico-article h4 {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .servico-header .container {
    grid-template-columns: 1fr 1fr;
  }
  .servico-header__image img {
    height: 100%;
    border-radius: 20px 0 0 20px;
  }
  .servico-header__content {
    border-radius: 0 20px 20px 0;
    padding: 64px;
  }
  .servico-article h2 {
    font-size: 2rem;
  }
  .servico-article h3 {
    font-size: 1.75rem;
  }
  .servico-article h4 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1280px) {
  .servico-header .container {
    grid-template-columns: 1fr 1.5fr;
  }
}
